Html Css Color HEX #BBCCD7 Spindle

📋 copy color: '#BBCCD7'

red 187 ◦ green 204 ◦ blue 215

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

Shades of Spindle #BBCCD7

Tints of Spindle #BBCCD7

RGB

 RED value IS 187 (73.44% from 255) = 30.86%

 GREEN value IS 204 (80.08% from 255) = 33.66%

 BLUE value IS 215 (84.38% from 255) = 35.48%

R = 30.86%
G = 33.66%
B = 35.48%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBCCD7 (or 0xBBCCD7) is known color: Spindle. HEX triplet: BB, CC and D7. RGB value is (187,204,215). Sum of RGB (Red+Green+Blue) = 187+204+215=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBCCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCD7 is #443328. Grayscale: #C8C8C8. Windows color (decimal): -4469545 or 14142651. OLE color: 14142651.

HSL color Cylindrical-coordinate representation of color #BBCCD7: hue angle of 203.57º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBCCD7 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 204 215 -
CMYK 0.13 0.05 0 0.16
HSL 203.57º 0.26% 0.79% -
HSV(B) 203.57º 0.13% 0.84% -
XYZ 54.35 58.66 72.75 -
YUV 200.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 187 204 215 0.13 0.05 0 0.16 203.57 0.26 0.79
Hex BB CC D7 D 5 0 10 CC 1A 4F
Octal 273 314 327 15 5 0 20 314 32 117
Binary 10111011 11001100 11010111 1101 101 0 10000 11001100 11010 1001111

Color Harmonies of #BBCCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCD7

Black with #BBCCD7

Text Example


Text Example

White with #BBCCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCD7; }

 p { color: rgb(187,204,215); }

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

background-color css

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

 a { background-color: rgb(187,204,215); }

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

border-color css

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

 span { border-color: rgb(187,204,215); }

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