Html Css Color HEX #BBDDE5 Powder Blue

📋 copy color: '#BBDDE5'

red 187 ◦ green 221 ◦ blue 229

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

Shades of Powder Blue #BBDDE5

Tints of Powder Blue #BBDDE5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.69%

 BLUE value IS 229 (89.84% from 255) = 35.95%

R = 29.36%
G = 34.69%
B = 35.95%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBDDE5 (or 0xBBDDE5) is known color: Powder Blue. HEX triplet: BB, DD and E5. RGB value is (187,221,229). Sum of RGB (Red+Green+Blue) = 187+221+229=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDE5 is #44221A. Grayscale: #D3D3D3. Windows color (decimal): -4465179 or 15064507. OLE color: 15064507.

HSL color Cylindrical-coordinate representation of color #BBDDE5: hue angle of 191.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBDDE5 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 221 229 -
CMYK 0.18 0.03 0 0.10
HSL 191.43º 0.45% 0.82% -
HSV(B) 191.43º 0.18% 0.9% -
XYZ 60.49 67.93 84.05 -
YUV 211.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 187 221 229 0.18 0.03 0 0.10 191.43 0.45 0.82
Hex BB DD E5 12 3 0 A BF 2D 52
Octal 273 335 345 22 3 0 12 277 55 122
Binary 10111011 11011101 11100101 10010 11 0 1010 10111111 101101 1010010

Color Harmonies of #BBDDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDE5

Black with #BBDDE5

Text Example


Text Example

White with #BBDDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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