Html Css Color HEX #BBC2CA Spindle

📋 copy color: '#BBC2CA'

red 187 ◦ green 194 ◦ blue 202

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

Shades of Spindle #BBC2CA

Tints of Spindle #BBC2CA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.28%

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

R = 32.08%
G = 33.28%
B = 34.65%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBC2CA (or 0xBBC2CA) is known color: Spindle. HEX triplet: BB, C2 and CA. RGB value is (187,194,202). Sum of RGB (Red+Green+Blue) = 187+194+202=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2CA is #443D35. Grayscale: #C0C0C0. Windows color (decimal): -4472118 or 13288123. OLE color: 13288123.

HSL color Cylindrical-coordinate representation of color #BBC2CA: hue angle of 212º 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 #BBC2CA is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 194 202 -
CMYK 0.07 0.04 0 0.21
HSL 212º 0.12% 0.76% -
HSV(B) 212º 0.07% 0.79% -
XYZ 50.45 53.41 63.53 -
YUV 192.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 187 194 202 0.07 0.04 0 0.21 212 0.12 0.76
Hex BB C2 CA 7 4 0 15 D4 C 4C
Octal 273 302 312 7 4 0 25 324 14 114
Binary 10111011 11000010 11001010 111 100 0 10101 11010100 1100 1001100

Color Harmonies of #BBC2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2CA

Black with #BBC2CA

Text Example


Text Example

White with #BBC2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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