#BFE0EB

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

Shades of Onahau #BFE0EB

Tints of Onahau #BFE0EB

Color information

#BFE0EB (or 0xBFE0EB) is unknown color: approx Onahau. HEX triplet: BF, E0 and EB. RGB value is (191,224,235). Sum of RGB (Red+Green+Blue) = 191+224+235=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFE0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE0EB is #401F14. Grayscale: #D7D7D7. Windows color (decimal): -4202261 or 15458495. OLE color: 15458495.

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

Color convert

RGB191224235-
CMYK0.190.0500.08
HSL195º52.38%83.53%-
HSV(B)195º18.72%92.16%-
XYZ63.1470.3988.86-
YUV215.39139.07110.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.38%
GREEN value IS 224 (87.89% from 255) = 34.46%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=29.38%
G=34.46%
B=36.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912242350.190.0500.0819552.3883.53
HexBFE0EB13508c33454
Octal27734035323501030364124
Binary1011111111100000111010111001110101000110000111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE0EB; }

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

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

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

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

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

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

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

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