Html Css Color HEX #BBCADC Spindle

📋 copy color: '#BBCADC'

red 187 ◦ green 202 ◦ blue 220

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

Shades of Spindle #BBCADC

Tints of Spindle #BBCADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 30.71%
G = 33.17%
B = 36.12%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBCADC (or 0xBBCADC) is known color: Spindle. HEX triplet: BB, CA and DC. RGB value is (187,202,220). Sum of RGB (Red+Green+Blue) = 187+202+220=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBCADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCADC is #443523. Grayscale: #C7C7C7. Windows color (decimal): -4470052 or 14469819. OLE color: 14469819.

HSL color Cylindrical-coordinate representation of color #BBCADC: hue angle of 212.73º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBCADC is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 202 220 -
CMYK 0.15 0.08 0 0.14
HSL 212.73º 0.32% 0.8% -
HSV(B) 212.73º 0.15% 0.86% -
XYZ 54.53 57.97 76.03 -
YUV 199.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 187 202 220 0.15 0.08 0 0.14 212.73 0.32 0.8
Hex BB CA DC F 8 0 E D5 20 50
Octal 273 312 334 17 10 0 16 325 40 120
Binary 10111011 11001010 11011100 1111 1000 0 1110 11010101 100000 1010000

Color Harmonies of #BBCADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCADC

Black with #BBCADC

Text Example


Text Example

White with #BBCADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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