#BFEDF2

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

Shades of Onahau #BFEDF2

Tints of Onahau #BFEDF2

Color information

#BFEDF2 (or 0xBFEDF2) is unknown color: approx Onahau. HEX triplet: BF, ED and F2. RGB value is (191,237,242). Sum of RGB (Red+Green+Blue) = 191+237+242=670 (88% of max value = 765). Red value is 191 (75% from 255 or 28.51% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFEDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEDF2 is #40120D. Grayscale: #DFDFDF. Windows color (decimal): -4198926 or 15920575. OLE color: 15920575.

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

Color convert

RGB191237242-
CMYK0.210.0200.05
HSL185.88º66.23%84.9%-
HSV(B)185.88º21.07%94.9%-
XYZ67.878.0695.5-
YUV223.82138.26104.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.51%
GREEN value IS 237 (92.97% from 255) = 35.37%
BLUE value IS 242 (94.92% from 255) = 36.12%
R=28.51%
G=35.37%
B=36.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912372420.210.0200.05185.8866.2384.9
HexBFEDF215205ba4255
Octal27735536225205272102125
Binary101111111110110111110010101011001011011101010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEDF2; }

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

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

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

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

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

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

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

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