#BFE9FF

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

Shades of Onahau #BFE9FF

Tints of Onahau #BFE9FF

Color information

#BFE9FF (or 0xBFE9FF) is unknown color: approx Onahau. HEX triplet: BF, E9 and FF. RGB value is (191,233,255). Sum of RGB (Red+Green+Blue) = 191+233+255=679 (89% of max value = 765). Red value is 191 (75% from 255 or 28.13% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFE9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE9FF is #401600. Grayscale: #DEDEDE. Windows color (decimal): -4199937 or 16771519. OLE color: 16771519.

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

Color convert

RGB191233255-
CMYK0.250.0900
HSL200.62º100%87.45%-
HSV(B)200.62º25.1%100%-
XYZ68.6776.57105.77-
YUV222.95146.09105.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.13%
GREEN value IS 233 (91.41% from 255) = 34.32%
BLUE value IS 255 (100% from 255) = 37.56%
R=28.13%
G=34.32%
B=37.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912332550.250.0900200.6210087.45
HexBFE9FF19900c96457
Octal277351377311100311144127
Binary101111111110100111111111110011001001100100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE9FF; }

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

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

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

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

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

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

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

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