Html Css Color HEX #BBC8CF Spindle

📋 copy color: '#BBC8CF'

red 187 ◦ green 200 ◦ blue 207

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

Shades of Spindle #BBC8CF

Tints of Spindle #BBC8CF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.67%

 BLUE value IS 207 (81.25% from 255) = 34.85%

R = 31.48%
G = 33.67%
B = 34.85%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBC8CF (or 0xBBC8CF) is known color: Spindle. HEX triplet: BB, C8 and CF. RGB value is (187,200,207). Sum of RGB (Red+Green+Blue) = 187+200+207=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBC8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8CF is #443730. Grayscale: #C4C4C4. Windows color (decimal): -4470577 or 13617339. OLE color: 13617339.

HSL color Cylindrical-coordinate representation of color #BBC8CF: hue angle of 201º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC8CF is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 200 207 -
CMYK 0.10 0.03 0 0.19
HSL 201º 0.17% 0.77% -
HSV(B) 201º 0.1% 0.81% -
XYZ 52.41 56.38 67.15 -
YUV 196.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 187 200 207 0.10 0.03 0 0.19 201 0.17 0.77
Hex BB C8 CF A 3 0 13 C9 11 4D
Octal 273 310 317 12 3 0 23 311 21 115
Binary 10111011 11001000 11001111 1010 11 0 10011 11001001 10001 1001101

Color Harmonies of #BBC8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8CF

Black with #BBC8CF

Text Example


Text Example

White with #BBC8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8CF; }

 p { color: rgb(187,200,207); }

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

background-color css

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

 a { background-color: rgb(187,200,207); }

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

border-color css

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

 span { border-color: rgb(187,200,207); }

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