Html Css Color HEX #BBCBDD Spindle

📋 copy color: '#BBCBDD'

red 187 ◦ green 203 ◦ blue 221

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

Shades of Spindle #BBCBDD

Tints of Spindle #BBCBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.22%

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

R = 30.61%
G = 33.22%
B = 36.17%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBCBDD (or 0xBBCBDD) is known color: Spindle. HEX triplet: BB, CB and DD. RGB value is (187,203,221). Sum of RGB (Red+Green+Blue) = 187+203+221=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBCBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBDD is #443422. Grayscale: #C8C8C8. Windows color (decimal): -4469795 or 14535611. OLE color: 14535611.

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

Color convert

RGB 187 203 221 -
CMYK 0.15 0.08 0 0.13
HSL 211.76º 0.33% 0.8% -
HSV(B) 211.76º 0.15% 0.87% -
XYZ 54.9 58.5 76.8 -
YUV 200.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 187 203 221 0.15 0.08 0 0.13 211.76 0.33 0.8
Hex BB CB DD F 8 0 D D4 21 50
Octal 273 313 335 17 10 0 15 324 41 120
Binary 10111011 11001011 11011101 1111 1000 0 1101 11010100 100001 1010000

Color Harmonies of #BBCBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBDD

Black with #BBCBDD

Text Example


Text Example

White with #BBCBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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