#BFE7F1

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

Shades of Onahau #BFE7F1

Tints of Onahau #BFE7F1

Color information

#BFE7F1 (or 0xBFE7F1) is unknown color: approx Onahau. HEX triplet: BF, E7 and F1. RGB value is (191,231,241). Sum of RGB (Red+Green+Blue) = 191+231+241=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 231 (90.62% from 255 or 34.84% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFE7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE7F1 is #40180E. Grayscale: #DCDCDC. Windows color (decimal): -4200463 or 15853503. OLE color: 15853503.

HSL color Cylindrical-coordinate representation of color #BFE7F1: hue angle of 192º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFE7F1 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191231241-
CMYK0.210.0400.05
HSL192º64.1%84.71%-
HSV(B)192º20.75%94.51%-
XYZ65.9474.5894.14-
YUV220.18139.75107.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.81%
GREEN value IS 231 (90.62% from 255) = 34.84%
BLUE value IS 241 (94.53% from 255) = 36.35%
R=28.81%
G=34.84%
B=36.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912312410.210.0400.0519264.184.71
HexBFE7F115405c04055
Octal27734736125405300100125
Binary1011111111100111111100011010110001011100000010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE7F1; }

 p { color: rgb(191,231,241); }

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

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

 a { background-color: rgb(191,231,241); }

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

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

 span { border-color: rgb(191,231,241); }

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