#BFE5F8

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

Shades of Onahau #BFE5F8

Tints of Onahau #BFE5F8

Color information

#BFE5F8 (or 0xBFE5F8) is unknown color: approx Onahau. HEX triplet: BF, E5 and F8. RGB value is (191,229,248). Sum of RGB (Red+Green+Blue) = 191+229+248=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 248 (97.27% from 255 or 37.13% from 668); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFE5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE5F8 is #401A07. Grayscale: #DBDBDB. Windows color (decimal): -4200968 or 16311743. OLE color: 16311743.

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

Color convert

RGB191229248-
CMYK0.230.0800.03
HSL200º80.28%86.08%-
HSV(B)200º22.98%97.25%-
XYZ66.4573.8999.57-
YUV219.8143.91107.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.59%
GREEN value IS 229 (89.84% from 255) = 34.28%
BLUE value IS 248 (97.27% from 255) = 37.13%
R=28.59%
G=34.28%
B=37.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912292480.230.0800.0320080.2886.08
HexBFE5F817803c85056
Octal277345370271003310120126
Binary1011111111100101111110001011110000111100100010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE5F8; }

 p { color: rgb(191,229,248); }

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

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

 a { background-color: rgb(191,229,248); }

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

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

 span { border-color: rgb(191,229,248); }

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