Html Css Color HEX #BBCAD2 Spindle

📋 copy color: '#BBCAD2'

red 187 ◦ green 202 ◦ blue 210

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

Shades of Spindle #BBCAD2

Tints of Spindle #BBCAD2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.72%

 BLUE value IS 210 (82.42% from 255) = 35.06%

R = 31.22%
G = 33.72%
B = 35.06%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBCAD2 (or 0xBBCAD2) is known color: Spindle. HEX triplet: BB, CA and D2. RGB value is (187,202,210). Sum of RGB (Red+Green+Blue) = 187+202+210=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBCAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAD2 is #44352D. Grayscale: #C6C6C6. Windows color (decimal): -4470062 or 13814459. OLE color: 13814459.

HSL color Cylindrical-coordinate representation of color #BBCAD2: hue angle of 200.87º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBCAD2 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 202 210 -
CMYK 0.11 0.04 0 0.18
HSL 200.87º 0.2% 0.78% -
HSV(B) 200.87º 0.11% 0.82% -
XYZ 53.25 57.46 69.26 -
YUV 198.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 187 202 210 0.11 0.04 0 0.18 200.87 0.2 0.78
Hex BB CA D2 B 4 0 12 C9 14 4E
Octal 273 312 322 13 4 0 22 311 24 116
Binary 10111011 11001010 11010010 1011 100 0 10010 11001001 10100 1001110

Color Harmonies of #BBCAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAD2

Black with #BBCAD2

Text Example


Text Example

White with #BBCAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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