#BFEDF1

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

Shades of Onahau #BFEDF1

Tints of Onahau #BFEDF1

Color information

#BFEDF1 (or 0xBFEDF1) is unknown color: approx Onahau. HEX triplet: BF, ED and F1. RGB value is (191,237,241). Sum of RGB (Red+Green+Blue) = 191+237+241=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFEDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEDF1 is #40120E. Grayscale: #DFDFDF. Windows color (decimal): -4198927 or 15855039. OLE color: 15855039.

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

Color convert

RGB191237241-
CMYK0.210.0200.05
HSL184.8º64.1%84.71%-
HSV(B)184.8º20.75%94.51%-
XYZ67.657894.71-
YUV223.7137.76104.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.55%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 241 (94.53% from 255) = 36.02%
R=28.55%
G=35.43%
B=36.02%

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
Decimal1912372410.210.0200.05184.864.184.71
HexBFEDF115205b94055
Octal27735536125205271100125
Binary101111111110110111110001101011001011011100110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEDF1; }

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

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

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

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

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

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

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

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