#BFEAEE

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

Shades of Onahau #BFEAEE

Tints of Onahau #BFEAEE

Color information

#BFEAEE (or 0xBFEAEE) is unknown color: approx Onahau. HEX triplet: BF, EA and EE. RGB value is (191,234,238). Sum of RGB (Red+Green+Blue) = 191+234+238=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFEAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEAEE is #401511. Grayscale: #DDDDDD. Windows color (decimal): -4199698 or 15657663. OLE color: 15657663.

HSL color Cylindrical-coordinate representation of color #BFEAEE: hue angle of 185.11º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEAEE is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191234238-
CMYK0.200.0200.07
HSL185.11º58.02%84.12%-
HSV(B)185.11º19.75%93.33%-
XYZ66.3476.192.08-
YUV221.6137.25106.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.81%
GREEN value IS 234 (91.80% from 255) = 35.29%
BLUE value IS 238 (93.36% from 255) = 35.90%
R=28.81%
G=35.29%
B=35.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912342380.200.0200.07185.1158.0284.12
HexBFEAEE14207b93a54
Octal2773523562420727172124
Binary10111111111010101110111010100100111101110011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEAEE; }

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

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

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

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

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

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

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

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