#BFE6EB

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

Shades of Onahau #BFE6EB

Tints of Onahau #BFE6EB

Color information

#BFE6EB (or 0xBFE6EB) is unknown color: approx Onahau. HEX triplet: BF, E6 and EB. RGB value is (191,230,235). Sum of RGB (Red+Green+Blue) = 191+230+235=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFE6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE6EB is #401914. Grayscale: #DADADA. Windows color (decimal): -4200725 or 15460031. OLE color: 15460031.

HSL color Cylindrical-coordinate representation of color #BFE6EB: hue angle of 186.82º 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 #BFE6EB is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191230235-
CMYK0.190.0200.08
HSL186.82º52.38%83.53%-
HSV(B)186.82º18.72%92.16%-
XYZ64.7873.6789.4-
YUV218.91137.08108.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.12%
GREEN value IS 230 (90.23% from 255) = 35.06%
BLUE value IS 235 (92.19% from 255) = 35.82%
R=29.12%
G=35.06%
B=35.82%

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
Decimal1912302350.190.0200.08186.8252.3883.53
HexBFE6EB13208bb3454
Octal27734635323201027364124
Binary101111111110011011101011100111001000101110111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE6EB; }

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

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

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

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

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

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

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

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