#BFE8EA

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

Shades of Onahau #BFE8EA

Tints of Onahau #BFE8EA

Color information

#BFE8EA (or 0xBFE8EA) is unknown color: approx Onahau. HEX triplet: BF, E8 and EA. RGB value is (191,232,234). Sum of RGB (Red+Green+Blue) = 191+232+234=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFE8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE8EA is #401715. Grayscale: #DBDBDB. Windows color (decimal): -4200214 or 15395007. OLE color: 15395007.

HSL color Cylindrical-coordinate representation of color #BFE8EA: hue angle of 182.79º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE8EA is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191232234-
CMYK0.180.0100.08
HSL182.79º50.59%83.33%-
HSV(B)182.79º18.38%91.76%-
XYZ65.1974.7388.83-
YUV219.97135.92107.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.07%
GREEN value IS 232 (91.02% from 255) = 35.31%
BLUE value IS 234 (91.80% from 255) = 35.62%
R=29.07%
G=35.31%
B=35.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912322340.180.0100.08182.7950.5983.33
HexBFE8EA12108b73353
Octal27735035222101026763123
Binary10111111111010001110101010010101000101101111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE8EA; }

 p { color: rgb(191,232,234); }

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

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

 a { background-color: rgb(191,232,234); }

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

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

 span { border-color: rgb(191,232,234); }

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