#BFE3E8

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

Shades of Onahau #BFE3E8

Tints of Onahau #BFE3E8

Color information

#BFE3E8 (or 0xBFE3E8) is unknown color: approx Onahau. HEX triplet: BF, E3 and E8. RGB value is (191,227,232). Sum of RGB (Red+Green+Blue) = 191+227+232=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFE3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE3E8 is #401C17. Grayscale: #D8D8D8. Windows color (decimal): -4201496 or 15262655. OLE color: 15262655.

HSL color Cylindrical-coordinate representation of color #BFE3E8: hue angle of 187.32º degrees, saturation: 0.47, 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 #BFE3E8 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191227232-
CMYK0.180.0200.09
HSL187.32º47.13%82.94%-
HSV(B)187.32º17.67%90.98%-
XYZ63.5271.8486.86-
YUV216.81136.57109.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.38%
GREEN value IS 227 (89.06% from 255) = 34.92%
BLUE value IS 232 (91.02% from 255) = 35.69%
R=29.38%
G=34.92%
B=35.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912272320.180.0200.09187.3247.1382.94
HexBFE3E812209bb2f53
Octal27734335022201127357123
Binary101111111110001111101000100101001001101110111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE3E8; }

 p { color: rgb(191,227,232); }

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

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

 a { background-color: rgb(191,227,232); }

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

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

 span { border-color: rgb(191,227,232); }

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