#BFEEF1

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

Shades of Onahau #BFEEF1

Tints of Onahau #BFEEF1

Color information

#BFEEF1 (or 0xBFEEF1) is unknown color: approx Onahau. HEX triplet: BF, EE and F1. RGB value is (191,238,241). Sum of RGB (Red+Green+Blue) = 191+238+241=670 (88% of max value = 765). Red value is 191 (75% from 255 or 28.51% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEEF1 is #40110E. Grayscale: #E0E0E0. Windows color (decimal): -4198671 or 15855295. OLE color: 15855295.

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

Color convert

RGB191238241-
CMYK0.210.0100.05
HSL183.6º64.1%84.71%-
HSV(B)183.6º20.75%94.51%-
XYZ67.9478.5894.81-
YUV224.29137.43104.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.51%
GREEN value IS 238 (93.36% from 255) = 35.52%
BLUE value IS 241 (94.53% from 255) = 35.97%
R=28.51%
G=35.52%
B=35.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912382410.210.0100.05183.664.184.71
HexBFEEF115105b84055
Octal27735636125105270100125
Binary10111111111011101111000110101101011011100010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEF1; }

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

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

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

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

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

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

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

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