#BFE9FE

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

Shades of Onahau #BFE9FE

Tints of Onahau #BFE9FE

Color information

#BFE9FE (or 0xBFE9FE) is unknown color: approx Onahau. HEX triplet: BF, E9 and FE. RGB value is (191,233,254). Sum of RGB (Red+Green+Blue) = 191+233+254=678 (89% of max value = 765). Red value is 191 (75% from 255 or 28.17% from 678); Green value is 233 (91.41% from 255 or 34.37% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFE9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE9FE is #401601. Grayscale: #DEDEDE. Windows color (decimal): -4199938 or 16705983. OLE color: 16705983.

HSL color Cylindrical-coordinate representation of color #BFE9FE: hue angle of 200º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFE9FE is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191233254-
CMYK0.250.0800.00
HSL200º96.92%87.25%-
HSV(B)200º24.8%99.61%-
XYZ68.5176.51104.92-
YUV222.84145.59105.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.17%
GREEN value IS 233 (91.41% from 255) = 34.37%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=28.17%
G=34.37%
B=37.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912332540.250.0800.0020096.9287.25
HexBFE9FE19800c86157
Octal277351376311000310141127
Binary101111111110100111111110110011000001100100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE9FE; }

 p { color: rgb(191,233,254); }

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

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

 a { background-color: rgb(191,233,254); }

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

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

 span { border-color: rgb(191,233,254); }

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