#BBEDF1

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

Shades of Onahau #BBEDF1

Tints of Onahau #BBEDF1

Color information

#BBEDF1 (or 0xBBEDF1) is unknown color: approx Onahau. HEX triplet: BB, ED and F1. RGB value is (187,237,241). Sum of RGB (Red+Green+Blue) = 187+237+241=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBEDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDF1 is #44120E. Grayscale: #DEDEDE. Windows color (decimal): -4461071 or 15855035. OLE color: 15855035.

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

Color convert

RGB187237241-
CMYK0.220.0200.05
HSL184.44º65.85%83.92%-
HSV(B)184.44º22.41%94.51%-
XYZ66.6577.4894.66-
YUV222.51138.44102.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.12%
GREEN value IS 237 (92.97% from 255) = 35.64%
BLUE value IS 241 (94.53% from 255) = 36.24%
R=28.12%
G=35.64%
B=36.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872372410.220.0200.05184.4465.8583.92
HexBBEDF116205b84254
Octal27335536126205270102124
Binary101110111110110111110001101101001011011100010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDF1; }

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

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

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

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

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

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

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

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