#BFE7EB

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

Shades of Onahau #BFE7EB

Tints of Onahau #BFE7EB

Color information

#BFE7EB (or 0xBFE7EB) is unknown color: approx Onahau. HEX triplet: BF, E7 and EB. RGB value is (191,231,235). Sum of RGB (Red+Green+Blue) = 191+231+235=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFE7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE7EB is #401814. Grayscale: #DBDBDB. Windows color (decimal): -4200469 or 15460287. OLE color: 15460287.

HSL color Cylindrical-coordinate representation of color #BFE7EB: hue angle of 185.45º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFE7EB is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191231235-
CMYK0.190.0200.08
HSL185.45º52.38%83.53%-
HSV(B)185.45º18.72%92.16%-
XYZ65.0674.2389.5-
YUV219.5136.75107.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.07%
GREEN value IS 231 (90.62% from 255) = 35.16%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=29.07%
G=35.16%
B=35.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912312350.190.0200.08185.4552.3883.53
HexBFE7EB13208b93454
Octal27734735323201027164124
Binary101111111110011111101011100111001000101110011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE7EB; }

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

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

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

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

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

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

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

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