Html Css Color HEX #BBE0DF Powder Blue

📋 copy color: '#BBE0DF'

red 187 ◦ green 224 ◦ blue 223

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

Shades of Powder Blue #BBE0DF

Tints of Powder Blue #BBE0DF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.33%

 BLUE value IS 223 (87.5% from 255) = 35.17%

R = 29.5%
G = 35.33%
B = 35.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#BBE0DF (or 0xBBE0DF) is known color: Powder Blue. HEX triplet: BB, E0 and DF. RGB value is (187,224,223). Sum of RGB (Red+Green+Blue) = 187+224+223=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0DF is #441F20. Grayscale: #D4D4D4. Windows color (decimal): -4464417 or 14672059. OLE color: 14672059.

HSL color Cylindrical-coordinate representation of color #BBE0DF: hue angle of 178.38º degrees, saturation: 0.37, 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 #BBE0DF is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 224 223 -
CMYK 0.17 0 0.00 0.12
HSL 178.38º 0.37% 0.81% -
HSV(B) 178.38º 0.17% 0.88% -
XYZ 60.47 69.2 79.98 -
YUV 212.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 187 224 223 0.17 0 0.00 0.12 178.38 0.37 0.81
Hex BB E0 DF 11 0 0 C B2 25 51
Octal 273 340 337 21 0 0 14 262 45 121
Binary 10111011 11100000 11011111 10001 0 0 1100 10110010 100101 1010001

Color Harmonies of #BBE0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE0DF

Black with #BBE0DF

Text Example


Text Example

White with #BBE0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE0DF; }

 p { color: rgb(187,224,223); }

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

background-color css

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

 a { background-color: rgb(187,224,223); }

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

border-color css

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

 span { border-color: rgb(187,224,223); }

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