#BFE2E9

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

Shades of Onahau #BFE2E9

Tints of Onahau #BFE2E9

Color information

#BFE2E9 (or 0xBFE2E9) is unknown color: approx Onahau. HEX triplet: BF, E2 and E9. RGB value is (191,226,233). Sum of RGB (Red+Green+Blue) = 191+226+233=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFE2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE2E9 is #401D16. Grayscale: #D8D8D8. Windows color (decimal): -4201751 or 15327935. OLE color: 15327935.

HSL color Cylindrical-coordinate representation of color #BFE2E9: hue angle of 190º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE2E9 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191226233-
CMYK0.180.0300.09
HSL190º48.84%83.14%-
HSV(B)190º18.03%91.37%-
XYZ63.3971.3587.52-
YUV216.33137.4109.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.38%
GREEN value IS 226 (88.67% from 255) = 34.77%
BLUE value IS 233 (91.41% from 255) = 35.85%
R=29.38%
G=34.77%
B=35.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912262330.180.0300.0919048.8483.14
HexBFE2E912309be3153
Octal27734235122301127661123
Binary101111111110001011101001100101101001101111101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE2E9; }

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

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

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

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

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

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

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

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