Html Css Color HEX #BBC3CA Spindle

📋 copy color: '#BBC3CA'

red 187 ◦ green 195 ◦ blue 202

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

Shades of Spindle #BBC3CA

Tints of Spindle #BBC3CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.59%

R = 32.02%
G = 33.39%
B = 34.59%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBC3CA (or 0xBBC3CA) is known color: Spindle. HEX triplet: BB, C3 and CA. RGB value is (187,195,202). Sum of RGB (Red+Green+Blue) = 187+195+202=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3CA is #443C35. Grayscale: #C1C1C1. Windows color (decimal): -4471862 or 13288379. OLE color: 13288379.

HSL color Cylindrical-coordinate representation of color #BBC3CA: hue angle of 208º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC3CA is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 195 202 -
CMYK 0.07 0.03 0 0.21
HSL 208º 0.12% 0.76% -
HSV(B) 208º 0.07% 0.79% -
XYZ 50.67 53.86 63.6 -
YUV 193.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 187 195 202 0.07 0.03 0 0.21 208 0.12 0.76
Hex BB C3 CA 7 3 0 15 D0 C 4C
Octal 273 303 312 7 3 0 25 320 14 114
Binary 10111011 11000011 11001010 111 11 0 10101 11010000 1100 1001100

Color Harmonies of #BBC3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC3CA

Black with #BBC3CA

Text Example


Text Example

White with #BBC3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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