#BBE3F1

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

Shades of Onahau #BBE3F1

Tints of Onahau #BBE3F1

Color information

#BBE3F1 (or 0xBBE3F1) is unknown color: approx Onahau. HEX triplet: BB, E3 and F1. RGB value is (187,227,241). Sum of RGB (Red+Green+Blue) = 187+227+241=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBE3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE3F1 is #441C0E. Grayscale: #D8D8D8. Windows color (decimal): -4463631 or 15852475. OLE color: 15852475.

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

Color convert

RGB187227241-
CMYK0.220.0600.05
HSL195.56º65.85%83.92%-
HSV(B)195.56º22.41%94.51%-
XYZ63.8471.8593.72-
YUV216.64141.75106.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 227 (89.06% from 255) = 34.66%
BLUE value IS 241 (94.53% from 255) = 36.79%
R=28.55%
G=34.66%
B=36.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872272410.220.0600.05195.5665.8583.92
HexBBE3F116605c44254
Octal27334336126605304102124
Binary1011101111100011111100011011011001011100010010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE3F1; }

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

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

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

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

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

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

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

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