#BFE3EA

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

Shades of Onahau #BFE3EA

Tints of Onahau #BFE3EA

Color information

#BFE3EA (or 0xBFE3EA) is unknown color: approx Onahau. HEX triplet: BF, E3 and EA. RGB value is (191,227,234). Sum of RGB (Red+Green+Blue) = 191+227+234=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE3EA is #401C15. Grayscale: #D8D8D8. Windows color (decimal): -4201494 or 15393727. OLE color: 15393727.

HSL color Cylindrical-coordinate representation of color #BFE3EA: hue angle of 189.77º 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 #BFE3EA is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191227234-
CMYK0.180.0300.08
HSL189.77º50.59%83.33%-
HSV(B)189.77º18.38%91.76%-
XYZ63.8171.9688.37-
YUV217.03137.57109.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.29%
GREEN value IS 227 (89.06% from 255) = 34.82%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=29.29%
G=34.82%
B=35.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912272340.180.0300.08189.7750.5983.33
HexBFE3EA12308be3353
Octal27734335222301027663123
Binary101111111110001111101010100101101000101111101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE3EA; }

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

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

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

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

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

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

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

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