#BFE6F8

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

Shades of Onahau #BFE6F8

Tints of Onahau #BFE6F8

Color information

#BFE6F8 (or 0xBFE6F8) is unknown color: approx Onahau. HEX triplet: BF, E6 and F8. RGB value is (191,230,248). Sum of RGB (Red+Green+Blue) = 191+230+248=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 230 (90.23% from 255 or 34.38% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFE6F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE6F8 is #401907. Grayscale: #DCDCDC. Windows color (decimal): -4200712 or 16311999. OLE color: 16311999.

HSL color Cylindrical-coordinate representation of color #BFE6F8: hue angle of 198.95º 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 #BFE6F8 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191230248-
CMYK0.230.0700.03
HSL198.95º80.28%86.08%-
HSV(B)198.95º22.98%97.25%-
XYZ66.7374.4599.66-
YUV220.39143.58107.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.55%
GREEN value IS 230 (90.23% from 255) = 34.38%
BLUE value IS 248 (97.27% from 255) = 37.07%
R=28.55%
G=34.38%
B=37.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912302480.230.0700.03198.9580.2886.08
HexBFE6F817703c75056
Octal27734637027703307120126
Binary101111111110011011111000101111110111100011110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE6F8; }

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

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

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

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

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

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

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

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