#B7E4FE

Color #B7E4FE Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #B7E4FE

Tints of Onahau #B7E4FE

Color information

#B7E4FE (or 0xB7E4FE) is unknown color: approx Onahau. HEX triplet: B7, E4 and FE. RGB value is (183,228,254). Sum of RGB (Red+Green+Blue) = 183+228+254=665 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.52% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7E4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E4FE is #481B01. Grayscale: #D9D9D9. Windows color (decimal): -4725506 or 16704695. OLE color: 16704695.

HSL color Cylindrical-coordinate representation of color #B7E4FE: hue angle of 201.97º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7E4FE is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB183228254-
CMYK0.280.1000.00
HSL201.97º97.26%85.69%-
HSV(B)201.97º27.95%99.61%-
XYZ65.1672.71104.37-
YUV217.51148.59103.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.52%
GREEN value IS 228 (89.45% from 255) = 34.29%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=27.52%
G=34.29%
B=38.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1832282540.280.1000.00201.9797.2685.69
HexB7E4FE1CA00ca6156
Octal267344376341200312141126
Binary101101111110010011111110111001010001100101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7E4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7E4FE; }

 p { color: rgb(183,228,254); }

 H1.HeaderClassName
 {
   color: #B7E4FE;
 }
 .AnyTagClassName
 {
   color: #B7E4FE;
 }
</style>
background-color css

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

 a { background-color: rgb(183,228,254); }

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

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

 span { border-color: rgb(183,228,254); }

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