Html Css Color HEX #BBCADE Spindle

📋 copy color: '#BBCADE'

red 187 ◦ green 202 ◦ blue 222

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

Shades of Spindle #BBCADE

Tints of Spindle #BBCADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.33%

R = 30.61%
G = 33.06%
B = 36.33%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBCADE (or 0xBBCADE) is known color: Spindle. HEX triplet: BB, CA and DE. RGB value is (187,202,222). Sum of RGB (Red+Green+Blue) = 187+202+222=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBCADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCADE is #443521. Grayscale: #C7C7C7. Windows color (decimal): -4470050 or 14600891. OLE color: 14600891.

HSL color Cylindrical-coordinate representation of color #BBCADE: hue angle of 214.29º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBCADE is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 202 222 -
CMYK 0.16 0.09 0 0.13
HSL 214.29º 0.35% 0.8% -
HSV(B) 214.29º 0.16% 0.87% -
XYZ 54.8 58.08 77.43 -
YUV 199.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 187 202 222 0.16 0.09 0 0.13 214.29 0.35 0.8
Hex BB CA DE 10 9 0 D D6 23 50
Octal 273 312 336 20 11 0 15 326 43 120
Binary 10111011 11001010 11011110 10000 1001 0 1101 11010110 100011 1010000

Color Harmonies of #BBCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCADE

Black with #BBCADE

Text Example


Text Example

White with #BBCADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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