#BFEAF2

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

Shades of Onahau #BFEAF2

Tints of Onahau #BFEAF2

Color information

#BFEAF2 (or 0xBFEAF2) is unknown color: approx Onahau. HEX triplet: BF, EA and F2. RGB value is (191,234,242). Sum of RGB (Red+Green+Blue) = 191+234+242=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEAF2 is #40150D. Grayscale: #DDDDDD. Windows color (decimal): -4199694 or 15919807. OLE color: 15919807.

HSL color Cylindrical-coordinate representation of color #BFEAF2: hue angle of 189.41º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFEAF2 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191234242-
CMYK0.210.0300.05
HSL189.41º66.23%84.9%-
HSV(B)189.41º21.07%94.9%-
XYZ66.9476.3395.21-
YUV222.05139.25105.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.64%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 242 (94.92% from 255) = 36.28%
R=28.64%
G=35.08%
B=36.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912342420.210.0300.05189.4166.2384.9
HexBFEAF215305bd4255
Octal27735236225305275102125
Binary101111111110101011110010101011101011011110110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEAF2; }

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

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

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

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

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

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

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

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