#BFEBF0

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

Shades of Onahau #BFEBF0

Tints of Onahau #BFEBF0

Color information

#BFEBF0 (or 0xBFEBF0) is unknown color: approx Onahau. HEX triplet: BF, EB and F0. RGB value is (191,235,240). Sum of RGB (Red+Green+Blue) = 191+235+240=666 (88% of max value = 765). Red value is 191 (75% from 255 or 28.68% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFEBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEBF0 is #40140F. Grayscale: #DEDEDE. Windows color (decimal): -4199440 or 15788991. OLE color: 15788991.

HSL color Cylindrical-coordinate representation of color #BFEBF0: hue angle of 186.12º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEBF0 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191235240-
CMYK0.200.0200.06
HSL186.12º62.03%84.51%-
HSV(B)186.12º20.42%94.12%-
XYZ66.9276.7893.73-
YUV222.41137.92105.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.68%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 240 (94.14% from 255) = 36.04%
R=28.68%
G=35.29%
B=36.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912352400.200.0200.06186.1262.0384.51
HexBFEBF014206ba3e55
Octal2773533602420627276125
Binary10111111111010111111000010100100110101110101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEBF0; }

 p { color: rgb(191,235,240); }

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

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

 a { background-color: rgb(191,235,240); }

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

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

 span { border-color: rgb(191,235,240); }

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