Html Css Color HEX #BBCADD Spindle

📋 copy color: '#BBCADD'

red 187 ◦ green 202 ◦ blue 221

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

Shades of Spindle #BBCADD

Tints of Spindle #BBCADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.23%

R = 30.66%
G = 33.11%
B = 36.23%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBCADD (or 0xBBCADD) is known color: Spindle. HEX triplet: BB, CA and DD. RGB value is (187,202,221). Sum of RGB (Red+Green+Blue) = 187+202+221=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBCADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCADD is #443522. Grayscale: #C7C7C7. Windows color (decimal): -4470051 or 14535355. OLE color: 14535355.

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

Color convert

RGB 187 202 221 -
CMYK 0.15 0.09 0 0.13
HSL 213.53º 0.33% 0.8% -
HSV(B) 213.53º 0.15% 0.87% -
XYZ 54.67 58.03 76.73 -
YUV 199.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 187 202 221 0.15 0.09 0 0.13 213.53 0.33 0.8
Hex BB CA DD F 9 0 D D6 21 50
Octal 273 312 335 17 11 0 15 326 41 120
Binary 10111011 11001010 11011101 1111 1001 0 1101 11010110 100001 1010000

Color Harmonies of #BBCADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCADD

Black with #BBCADD

Text Example


Text Example

White with #BBCADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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