Html Css Color HEX #BBC3CE Spindle

📋 copy color: '#BBC3CE'

red 187 ◦ green 195 ◦ blue 206

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

Shades of Spindle #BBC3CE

Tints of Spindle #BBC3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.16%

 BLUE value IS 206 (80.86% from 255) = 35.03%

R = 31.8%
G = 33.16%
B = 35.03%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBC3CE (or 0xBBC3CE) is known color: Spindle. HEX triplet: BB, C3 and CE. RGB value is (187,195,206). Sum of RGB (Red+Green+Blue) = 187+195+206=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBC3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3CE is #443C31. Grayscale: #C1C1C1. Windows color (decimal): -4471858 or 13550523. OLE color: 13550523.

HSL color Cylindrical-coordinate representation of color #BBC3CE: hue angle of 214.74º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC3CE is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 195 206 -
CMYK 0.09 0.05 0 0.19
HSL 214.74º 0.16% 0.77% -
HSV(B) 214.74º 0.09% 0.81% -
XYZ 51.15 54.05 66.13 -
YUV 193.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 187 195 206 0.09 0.05 0 0.19 214.74 0.16 0.77
Hex BB C3 CE 9 5 0 13 D7 10 4D
Octal 273 303 316 11 5 0 23 327 20 115
Binary 10111011 11000011 11001110 1001 101 0 10011 11010111 10000 1001101

Color Harmonies of #BBC3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC3CE

Black with #BBC3CE

Text Example


Text Example

White with #BBC3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC3CE; }

 p { color: rgb(187,195,206); }

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

background-color css

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

 a { background-color: rgb(187,195,206); }

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

border-color css

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

 span { border-color: rgb(187,195,206); }

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