Html Css Color HEX #BCC5D4 Spindle

📋 copy color: '#BCC5D4'

red 188 ◦ green 197 ◦ blue 212

#BCC5D4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #BCC5D4

Tints of Spindle #BCC5D4

RGB

 RED value IS 188 (73.83% from 255) = 31.49%

 GREEN value IS 197 (77.34% from 255) = 33%

 BLUE value IS 212 (83.2% from 255) = 35.51%

R = 31.49%
G = 33%
B = 35.51%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCC5D4 (or 0xBCC5D4) is known color: Spindle. HEX triplet: BC, C5 and D4. RGB value is (188,197,212). Sum of RGB (Red+Green+Blue) = 188+197+212=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCC5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5D4 is #433A2B. Grayscale: #C3C3C3. Windows color (decimal): -4405804 or 13944252. OLE color: 13944252.

HSL color Cylindrical-coordinate representation of color #BCC5D4: hue angle of 217.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC5D4 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 197 212 -
CMYK 0.11 0.07 0 0.17
HSL 217.5º 0.22% 0.78% -
HSV(B) 217.5º 0.11% 0.83% -
XYZ 52.59 55.38 70.2 -
YUV 196.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 188 197 212 0.11 0.07 0 0.17 217.5 0.22 0.78
Hex BC C5 D4 B 7 0 11 DA 16 4E
Octal 274 305 324 13 7 0 21 332 26 116
Binary 10111100 11000101 11010100 1011 111 0 10001 11011010 10110 1001110

Color Harmonies of #BCC5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5D4

Black with #BCC5D4

Text Example


Text Example

White with #BCC5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5D4; }

 p { color: rgb(188,197,212); }

 H1.HeaderClassName
 {
   color: #BCC5D4;
 }
 .AnyTagClassName
 {
   color: #BCC5D4;
 }
</style>

background-color css

<style>
 a { background-color: #BCC5D4; }

 a { background-color: rgb(188,197,212); }

 div.DivClassName
 {
   background-color: #BCC5D4;
 }
 .BgClassName
 {
   background-color: #BCC5D4;
 }
</style>

border-color css

<style>
 span { border-color: #BCC5D4; }

 span { border-color: rgb(188,197,212); }

 td.TdClassName
 {
   border-color: #BCC5D4;
 }
 .TagClassName
 {
   border-color: #BCC5D4;
 }
</style>