Html Css Color HEX #B0DBE3 Powder Blue

📋 copy color: '#B0DBE3'

red 176 ◦ green 219 ◦ blue 227

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

Shades of Powder Blue #B0DBE3

Tints of Powder Blue #B0DBE3

RGB

 RED value IS 176 (69.14% from 255) = 28.3%

 GREEN value IS 219 (85.94% from 255) = 35.21%

 BLUE value IS 227 (89.06% from 255) = 36.5%

R = 28.3%
G = 35.21%
B = 36.5%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B0DBE3 (or 0xB0DBE3) is known color: Powder Blue. HEX triplet: B0, DB and E3. RGB value is (176,219,227). Sum of RGB (Red+Green+Blue) = 176+219+227=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 227 - color contains mainly: blue. Hex color #B0DBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBE3 is #4F241C. Grayscale: #CECECE. Windows color (decimal): -5186589 or 14932912. OLE color: 14932912.

HSL color Cylindrical-coordinate representation of color #B0DBE3: hue angle of 189.41º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0DBE3 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 219 227 -
CMYK 0.22 0.04 0 0.11
HSL 189.41º 0.48% 0.79% -
HSV(B) 189.41º 0.22% 0.89% -
XYZ 57.1 65.44 82.29 -
YUV 207.06 139.25 105.85 -
System Red Green Blue C M Y K H S L
Decimal 176 219 227 0.22 0.04 0 0.11 189.41 0.48 0.79
Hex B0 DB E3 16 4 0 B BD 30 4F
Octal 260 333 343 26 4 0 13 275 60 117
Binary 10110000 11011011 11100011 10110 100 0 1011 10111101 110000 1001111

Color Harmonies of #B0DBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DBE3

Black with #B0DBE3

Text Example


Text Example

White with #B0DBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DBE3; }

 p { color: rgb(176,219,227); }

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

background-color css

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

 a { background-color: rgb(176,219,227); }

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

border-color css

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

 span { border-color: rgb(176,219,227); }

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