#BFE3EF

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

Shades of Onahau #BFE3EF

Tints of Onahau #BFE3EF

Color information

#BFE3EF (or 0xBFE3EF) is unknown color: approx Onahau. HEX triplet: BF, E3 and EF. RGB value is (191,227,239). Sum of RGB (Red+Green+Blue) = 191+227+239=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE3EF is #401C10. Grayscale: #D9D9D9. Windows color (decimal): -4201489 or 15721407. OLE color: 15721407.

HSL color Cylindrical-coordinate representation of color #BFE3EF: hue angle of 195º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE3EF is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191227239-
CMYK0.200.0500.06
HSL195º60%84.31%-
HSV(B)195º20.08%93.73%-
XYZ64.5372.2592.2-
YUV217.6140.07109.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.07%
GREEN value IS 227 (89.06% from 255) = 34.55%
BLUE value IS 239 (93.75% from 255) = 36.38%
R=29.07%
G=34.55%
B=36.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912272390.200.0500.061956084.31
HexBFE3EF14506c33c54
Octal2773433572450630374124
Binary101111111110001111101111101001010110110000111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE3EF; }

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

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

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

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

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

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

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

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