#BFE8EB

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

Shades of Onahau #BFE8EB

Tints of Onahau #BFE8EB

Color information

#BFE8EB (or 0xBFE8EB) is unknown color: approx Onahau. HEX triplet: BF, E8 and EB. RGB value is (191,232,235). Sum of RGB (Red+Green+Blue) = 191+232+235=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFE8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE8EB is #401714. Grayscale: #DCDCDC. Windows color (decimal): -4200213 or 15460543. OLE color: 15460543.

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

Color convert

RGB191232235-
CMYK0.190.0100.08
HSL184.09º52.38%83.53%-
HSV(B)184.09º18.72%92.16%-
XYZ65.3474.7989.59-
YUV220.08136.42107.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.03%
GREEN value IS 232 (91.02% from 255) = 35.26%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=29.03%
G=35.26%
B=35.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912322350.190.0100.08184.0952.3883.53
HexBFE8EB13108b83454
Octal27735035323101027064124
Binary10111111111010001110101110011101000101110001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE8EB; }

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

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

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

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

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

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

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

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