Html Css Color HEX #BBC4CF Spindle

📋 copy color: '#BBC4CF'

red 187 ◦ green 196 ◦ blue 207

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

Shades of Spindle #BBC4CF

Tints of Spindle #BBC4CF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.22%

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

R = 31.69%
G = 33.22%
B = 35.08%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBC4CF (or 0xBBC4CF) is known color: Spindle. HEX triplet: BB, C4 and CF. RGB value is (187,196,207). Sum of RGB (Red+Green+Blue) = 187+196+207=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBC4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4CF is #443B30. Grayscale: #C2C2C2. Windows color (decimal): -4471601 or 13616315. OLE color: 13616315.

HSL color Cylindrical-coordinate representation of color #BBC4CF: hue angle of 213º 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 #BBC4CF is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 196 207 -
CMYK 0.10 0.05 0 0.19
HSL 213º 0.17% 0.77% -
HSV(B) 213º 0.1% 0.81% -
XYZ 51.5 54.55 66.85 -
YUV 194.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 187 196 207 0.10 0.05 0 0.19 213 0.17 0.77
Hex BB C4 CF A 5 0 13 D5 11 4D
Octal 273 304 317 12 5 0 23 325 21 115
Binary 10111011 11000100 11001111 1010 101 0 10011 11010101 10001 1001101

Color Harmonies of #BBC4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC4CF

Black with #BBC4CF

Text Example


Text Example

White with #BBC4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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