#BBE5F1

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

Shades of Onahau #BBE5F1

Tints of Onahau #BBE5F1

Color information

#BBE5F1 (or 0xBBE5F1) is unknown color: approx Onahau. HEX triplet: BB, E5 and F1. RGB value is (187,229,241). Sum of RGB (Red+Green+Blue) = 187+229+241=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBE5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5F1 is #441A0E. Grayscale: #D9D9D9. Windows color (decimal): -4463119 or 15852987. OLE color: 15852987.

HSL color Cylindrical-coordinate representation of color #BBE5F1: hue angle of 193.33º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBE5F1 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187229241-
CMYK0.220.0500.05
HSL193.33º65.85%83.92%-
HSV(B)193.33º22.41%94.51%-
XYZ64.3972.9593.91-
YUV217.81141.09106.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.46%
GREEN value IS 229 (89.84% from 255) = 34.86%
BLUE value IS 241 (94.53% from 255) = 36.68%
R=28.46%
G=34.86%
B=36.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872292410.220.0500.05193.3365.8583.92
HexBBE5F116505c14254
Octal27334536126505301102124
Binary1011101111100101111100011011010101011100000110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE5F1; }

 p { color: rgb(187,229,241); }

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

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

 a { background-color: rgb(187,229,241); }

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

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

 span { border-color: rgb(187,229,241); }

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