Html Css Color HEX #BBCDDE Spindle

📋 copy color: '#BBCDDE'

red 187 ◦ green 205 ◦ blue 222

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

Shades of Spindle #BBCDDE

Tints of Spindle #BBCDDE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.39%

 BLUE value IS 222 (87.11% from 255) = 36.16%

R = 30.46%
G = 33.39%
B = 36.16%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBCDDE (or 0xBBCDDE) is known color: Spindle. HEX triplet: BB, CD and DE. RGB value is (187,205,222). Sum of RGB (Red+Green+Blue) = 187+205+222=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBCDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDDE is #443221. Grayscale: #C9C9C9. Windows color (decimal): -4469282 or 14601659. OLE color: 14601659.

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

Color convert

RGB 187 205 222 -
CMYK 0.16 0.08 0 0.13
HSL 209.14º 0.35% 0.8% -
HSV(B) 209.14º 0.16% 0.87% -
XYZ 55.51 59.5 77.67 -
YUV 201.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 187 205 222 0.16 0.08 0 0.13 209.14 0.35 0.8
Hex BB CD DE 10 8 0 D D1 23 50
Octal 273 315 336 20 10 0 15 321 43 120
Binary 10111011 11001101 11011110 10000 1000 0 1101 11010001 100011 1010000

Color Harmonies of #BBCDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDDE

Black with #BBCDDE

Text Example


Text Example

White with #BBCDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDDE; }

 p { color: rgb(187,205,222); }

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

background-color css

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

 a { background-color: rgb(187,205,222); }

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

border-color css

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

 span { border-color: rgb(187,205,222); }

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