Html Css Color HEX #B9DFE2 Powder Blue

📋 copy color: '#B9DFE2'

red 185 ◦ green 223 ◦ blue 226

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

Shades of Powder Blue #B9DFE2

Tints of Powder Blue #B9DFE2

RGB

 RED value IS 185 (72.66% from 255) = 29.18%

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

 BLUE value IS 226 (88.67% from 255) = 35.65%

R = 29.18%
G = 35.17%
B = 35.65%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B9DFE2 (or 0xB9DFE2) is known color: Powder Blue. HEX triplet: B9, DF and E2. RGB value is (185,223,226). Sum of RGB (Red+Green+Blue) = 185+223+226=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 226 - color contains mainly: blue. Hex color #B9DFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DFE2 is #46201D. Grayscale: #D3D3D3. Windows color (decimal): -4595742 or 14868409. OLE color: 14868409.

HSL color Cylindrical-coordinate representation of color #B9DFE2: hue angle of 184.39º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9DFE2 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 223 226 -
CMYK 0.18 0.01 0 0.11
HSL 184.39º 0.41% 0.81% -
HSV(B) 184.39º 0.18% 0.89% -
XYZ 60.12 68.58 82.02 -
YUV 211.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 185 223 226 0.18 0.01 0 0.11 184.39 0.41 0.81
Hex B9 DF E2 12 1 0 B B8 29 51
Octal 271 337 342 22 1 0 13 270 51 121
Binary 10111001 11011111 11100010 10010 1 0 1011 10111000 101001 1010001

Color Harmonies of #B9DFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DFE2

Black with #B9DFE2

Text Example


Text Example

White with #B9DFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DFE2; }

 p { color: rgb(185,223,226); }

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

background-color css

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

 a { background-color: rgb(185,223,226); }

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

border-color css

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

 span { border-color: rgb(185,223,226); }

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