Html Css Color HEX #BBCADB Spindle

📋 copy color: '#BBCADB'

red 187 ◦ green 202 ◦ blue 219

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

Shades of Spindle #BBCADB

Tints of Spindle #BBCADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.02%

R = 30.76%
G = 33.22%
B = 36.02%

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

#BBCADB (or 0xBBCADB) is known color: Spindle. HEX triplet: BB, CA and DB. RGB value is (187,202,219). Sum of RGB (Red+Green+Blue) = 187+202+219=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBCADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCADB is #443524. Grayscale: #C7C7C7. Windows color (decimal): -4470053 or 14404283. OLE color: 14404283.

HSL color Cylindrical-coordinate representation of color #BBCADB: hue angle of 211.88º degrees, saturation: 0.31, 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 #BBCADB is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 202 219 -
CMYK 0.15 0.08 0 0.14
HSL 211.88º 0.31% 0.8% -
HSV(B) 211.88º 0.15% 0.86% -
XYZ 54.4 57.92 75.33 -
YUV 199.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 187 202 219 0.15 0.08 0 0.14 211.88 0.31 0.8
Hex BB CA DB F 8 0 E D4 1F 50
Octal 273 312 333 17 10 0 16 324 37 120
Binary 10111011 11001010 11011011 1111 1000 0 1110 11010100 11111 1010000

Color Harmonies of #BBCADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCADB

Black with #BBCADB

Text Example


Text Example

White with #BBCADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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