Html Css Color HEX #BCC9D4 Spindle

📋 copy color: '#BCC9D4'

red 188 ◦ green 201 ◦ blue 212

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

Shades of Spindle #BCC9D4

Tints of Spindle #BCC9D4

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.44%

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

R = 31.28%
G = 33.44%
B = 35.27%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCC9D4 (or 0xBCC9D4) is known color: Spindle. HEX triplet: BC, C9 and D4. RGB value is (188,201,212). Sum of RGB (Red+Green+Blue) = 188+201+212=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCC9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9D4 is #43362B. Grayscale: #C6C6C6. Windows color (decimal): -4404780 or 13945276. OLE color: 13945276.

HSL color Cylindrical-coordinate representation of color #BCC9D4: hue angle of 207.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 #BCC9D4 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 201 212 -
CMYK 0.11 0.05 0 0.17
HSL 207.5º 0.22% 0.78% -
HSV(B) 207.5º 0.11% 0.83% -
XYZ 53.51 57.22 70.51 -
YUV 198.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 188 201 212 0.11 0.05 0 0.17 207.5 0.22 0.78
Hex BC C9 D4 B 5 0 11 D0 16 4E
Octal 274 311 324 13 5 0 21 320 26 116
Binary 10111100 11001001 11010100 1011 101 0 10001 11010000 10110 1001110

Color Harmonies of #BCC9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9D4

Black with #BCC9D4

Text Example


Text Example

White with #BCC9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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