#BFE5EB

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

Shades of Onahau #BFE5EB

Tints of Onahau #BFE5EB

Color information

#BFE5EB (or 0xBFE5EB) is unknown color: approx Onahau. HEX triplet: BF, E5 and EB. RGB value is (191,229,235). Sum of RGB (Red+Green+Blue) = 191+229+235=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE5EB is #401A14. Grayscale: #DADADA. Windows color (decimal): -4200981 or 15459775. OLE color: 15459775.

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

Color convert

RGB191229235-
CMYK0.190.0300.08
HSL188.18º52.38%83.53%-
HSV(B)188.18º18.72%92.16%-
XYZ64.573.1189.31-
YUV218.32137.41108.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.16%
GREEN value IS 229 (89.84% from 255) = 34.96%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=29.16%
G=34.96%
B=35.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912292350.190.0300.08188.1852.3883.53
HexBFE5EB13308bc3454
Octal27734535323301027464124
Binary101111111110010111101011100111101000101111001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE5EB; }

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

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

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

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

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

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

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

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