#BFEAF3

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

Shades of Onahau #BFEAF3

Tints of Onahau #BFEAF3

Color information

#BFEAF3 (or 0xBFEAF3) is unknown color: approx Onahau. HEX triplet: BF, EA and F3. RGB value is (191,234,243). Sum of RGB (Red+Green+Blue) = 191+234+243=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEAF3 is #40150C. Grayscale: #DEDEDE. Windows color (decimal): -4199693 or 15985343. OLE color: 15985343.

HSL color Cylindrical-coordinate representation of color #BFEAF3: hue angle of 190.38º degrees, saturation: 0.68, 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 #BFEAF3 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191234243-
CMYK0.210.0400.05
HSL190.38º68.42%85.1%-
HSV(B)190.38º21.4%95.29%-
XYZ67.0976.3996-
YUV222.17139.75105.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.59%
GREEN value IS 234 (91.80% from 255) = 35.03%
BLUE value IS 243 (95.31% from 255) = 36.38%
R=28.59%
G=35.03%
B=36.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912342430.210.0400.05190.3868.4285.1
HexBFEAF315405be4455
Octal27735236325405276104125
Binary1011111111101010111100111010110001011011111010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEAF3; }

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

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

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

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

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

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

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

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