Html Css Color HEX #BCC9DD Spindle

📋 copy color: '#BCC9DD'

red 188 ◦ green 201 ◦ blue 221

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

Shades of Spindle #BCC9DD

Tints of Spindle #BCC9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.23%

R = 30.82%
G = 32.95%
B = 36.23%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCC9DD (or 0xBCC9DD) is known color: Spindle. HEX triplet: BC, C9 and DD. RGB value is (188,201,221). Sum of RGB (Red+Green+Blue) = 188+201+221=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9DD is #433622. Grayscale: #C7C7C7. Windows color (decimal): -4404771 or 14535100. OLE color: 14535100.

HSL color Cylindrical-coordinate representation of color #BCC9DD: hue angle of 216.36º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC9DD is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 201 221 -
CMYK 0.15 0.09 0 0.13
HSL 216.36º 0.33% 0.8% -
HSV(B) 216.36º 0.15% 0.87% -
XYZ 54.68 57.69 76.66 -
YUV 199.39 140.19 119.87 -
System Red Green Blue C M Y K H S L
Decimal 188 201 221 0.15 0.09 0 0.13 216.36 0.33 0.8
Hex BC C9 DD F 9 0 D D8 21 50
Octal 274 311 335 17 11 0 15 330 41 120
Binary 10111100 11001001 11011101 1111 1001 0 1101 11011000 100001 1010000

Color Harmonies of #BCC9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9DD

Black with #BCC9DD

Text Example


Text Example

White with #BCC9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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