Html Css Color HEX #BBC3CF Spindle

📋 copy color: '#BBC3CF'

red 187 ◦ green 195 ◦ blue 207

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

Shades of Spindle #BBC3CF

Tints of Spindle #BBC3CF

RGB

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

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

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

R = 31.75%
G = 33.11%
B = 35.14%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBC3CF (or 0xBBC3CF) is known color: Spindle. HEX triplet: BB, C3 and CF. RGB value is (187,195,207). Sum of RGB (Red+Green+Blue) = 187+195+207=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBC3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3CF is #443C30. Grayscale: #C1C1C1. Windows color (decimal): -4471857 or 13616059. OLE color: 13616059.

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

Color convert

RGB 187 195 207 -
CMYK 0.10 0.06 0 0.19
HSL 216º 0.17% 0.77% -
HSV(B) 216º 0.1% 0.81% -
XYZ 51.27 54.1 66.77 -
YUV 193.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 187 195 207 0.10 0.06 0 0.19 216 0.17 0.77
Hex BB C3 CF A 6 0 13 D8 11 4D
Octal 273 303 317 12 6 0 23 330 21 115
Binary 10111011 11000011 11001111 1010 110 0 10011 11011000 10001 1001101

Color Harmonies of #BBC3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC3CF

Black with #BBC3CF

Text Example


Text Example

White with #BBC3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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