Html Css Color HEX #BBDFE0 Powder Blue

📋 copy color: '#BBDFE0'

red 187 ◦ green 223 ◦ blue 224

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

Shades of Powder Blue #BBDFE0

Tints of Powder Blue #BBDFE0

RGB

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

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

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

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

CMYK

 C value IS 0.17

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

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

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

Color convert

RGB 187 223 224 -
CMYK 0.17 0.00 0 0.12
HSL 181.62º 0.37% 0.81% -
HSV(B) 181.62º 0.17% 0.88% -
XYZ 60.34 68.72 80.61 -
YUV 212.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 187 223 224 0.17 0.00 0 0.12 181.62 0.37 0.81
Hex BB DF E0 11 0 0 C B6 25 51
Octal 273 337 340 21 0 0 14 266 45 121
Binary 10111011 11011111 11100000 10001 0 0 1100 10110110 100101 1010001

Color Harmonies of #BBDFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFE0

Black with #BBDFE0

Text Example


Text Example

White with #BBDFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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