Html Css Color HEX #B8DFE3 Powder Blue

📋 copy color: '#B8DFE3'

red 184 ◦ green 223 ◦ blue 227

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

Shades of Powder Blue #B8DFE3

Tints of Powder Blue #B8DFE3

RGB

 RED value IS 184 (72.27% from 255) = 29.02%

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

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

R = 29.02%
G = 35.17%
B = 35.8%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B8DFE3 (or 0xB8DFE3) is known color: Powder Blue. HEX triplet: B8, DF and E3. RGB value is (184,223,227). Sum of RGB (Red+Green+Blue) = 184+223+227=634 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.02% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 227 - color contains mainly: blue. Hex color #B8DFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFE3 is #47201C. Grayscale: #D3D3D3. Windows color (decimal): -4661277 or 14933944. OLE color: 14933944.

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

Color convert

RGB 184 223 227 -
CMYK 0.19 0.02 0 0.11
HSL 185.58º 0.43% 0.81% -
HSV(B) 185.58º 0.19% 0.89% -
XYZ 60.02 68.51 82.73 -
YUV 211.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 184 223 227 0.19 0.02 0 0.11 185.58 0.43 0.81
Hex B8 DF E3 13 2 0 B BA 2B 51
Octal 270 337 343 23 2 0 13 272 53 121
Binary 10111000 11011111 11100011 10011 10 0 1011 10111010 101011 1010001

Color Harmonies of #B8DFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DFE3

Black with #B8DFE3

Text Example


Text Example

White with #B8DFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DFE3; }

 p { color: rgb(184,223,227); }

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

background-color css

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

 a { background-color: rgb(184,223,227); }

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

border-color css

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

 span { border-color: rgb(184,223,227); }

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