#BBEAF1

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

Shades of Onahau #BBEAF1

Tints of Onahau #BBEAF1

Color information

#BBEAF1 (or 0xBBEAF1) is unknown color: approx Onahau. HEX triplet: BB, EA and F1. RGB value is (187,234,241). Sum of RGB (Red+Green+Blue) = 187+234+241=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAF1 is #44150E. Grayscale: #DCDCDC. Windows color (decimal): -4461839 or 15854267. OLE color: 15854267.

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

Color convert

RGB187234241-
CMYK0.220.0300.05
HSL187.78º65.85%83.92%-
HSV(B)187.78º22.41%94.51%-
XYZ65.7975.7694.37-
YUV220.74139.43103.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.25%
GREEN value IS 234 (91.80% from 255) = 35.35%
BLUE value IS 241 (94.53% from 255) = 36.40%
R=28.25%
G=35.35%
B=36.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872342410.220.0300.05187.7865.8583.92
HexBBEAF116305bc4254
Octal27335236126305274102124
Binary101110111110101011110001101101101011011110010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAF1; }

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

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

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

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

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

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

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

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