Html Css Color HEX #BBD0E1 Spindle

📋 copy color: '#BBD0E1'

red 187 ◦ green 208 ◦ blue 225

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

Shades of Spindle #BBD0E1

Tints of Spindle #BBD0E1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.55%

 BLUE value IS 225 (88.28% from 255) = 36.29%

R = 30.16%
G = 33.55%
B = 36.29%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBD0E1 (or 0xBBD0E1) is known color: Spindle. HEX triplet: BB, D0 and E1. RGB value is (187,208,225). Sum of RGB (Red+Green+Blue) = 187+208+225=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBD0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0E1 is #442F1E. Grayscale: #CBCBCB. Windows color (decimal): -4468511 or 14799035. OLE color: 14799035.

HSL color Cylindrical-coordinate representation of color #BBD0E1: hue angle of 206.84º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBD0E1 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 208 225 -
CMYK 0.17 0.08 0 0.12
HSL 206.84º 0.39% 0.81% -
HSV(B) 206.84º 0.17% 0.88% -
XYZ 56.64 61.11 80.04 -
YUV 203.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 187 208 225 0.17 0.08 0 0.12 206.84 0.39 0.81
Hex BB D0 E1 11 8 0 C CF 27 51
Octal 273 320 341 21 10 0 14 317 47 121
Binary 10111011 11010000 11100001 10001 1000 0 1100 11001111 100111 1010001

Color Harmonies of #BBD0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0E1

Black with #BBD0E1

Text Example


Text Example

White with #BBD0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0E1; }

 p { color: rgb(187,208,225); }

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

background-color css

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

 a { background-color: rgb(187,208,225); }

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

border-color css

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

 span { border-color: rgb(187,208,225); }

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