Html Css Color HEX #B0DFE7 Powder Blue

📋 copy color: '#B0DFE7'

red 176 ◦ green 223 ◦ blue 231

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

Shades of Powder Blue #B0DFE7

Tints of Powder Blue #B0DFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.67%

R = 27.94%
G = 35.4%
B = 36.67%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B0DFE7 (or 0xB0DFE7) is known color: Powder Blue. HEX triplet: B0, DF and E7. RGB value is (176,223,231). Sum of RGB (Red+Green+Blue) = 176+223+231=630 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.94% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 231 - color contains mainly: blue. Hex color #B0DFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFE7 is #4F2018. Grayscale: #D1D1D1. Windows color (decimal): -5185561 or 15196080. OLE color: 15196080.

HSL color Cylindrical-coordinate representation of color #B0DFE7: hue angle of 188.73º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0DFE7 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 223 231 -
CMYK 0.24 0.03 0 0.09
HSL 188.73º 0.53% 0.8% -
HSV(B) 188.73º 0.24% 0.91% -
XYZ 58.72 67.77 85.59 -
YUV 209.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 176 223 231 0.24 0.03 0 0.09 188.73 0.53 0.8
Hex B0 DF E7 18 3 0 9 BD 35 50
Octal 260 337 347 30 3 0 11 275 65 120
Binary 10110000 11011111 11100111 11000 11 0 1001 10111101 110101 1010000

Color Harmonies of #B0DFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DFE7

Black with #B0DFE7

Text Example


Text Example

White with #B0DFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DFE7; }

 p { color: rgb(176,223,231); }

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

background-color css

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

 a { background-color: rgb(176,223,231); }

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

border-color css

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

 span { border-color: rgb(176,223,231); }

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