#BBDFF1

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

Shades of Onahau #BBDFF1

Tints of Onahau #BBDFF1

Color information

#BBDFF1 (or 0xBBDFF1) is unknown color: approx Onahau. HEX triplet: BB, DF and F1. RGB value is (187,223,241). Sum of RGB (Red+Green+Blue) = 187+223+241=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFF1 is #44200E. Grayscale: #D6D6D6. Windows color (decimal): -4464655 or 15851451. OLE color: 15851451.

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

Color convert

RGB187223241-
CMYK0.220.0700.05
HSL200º65.85%83.92%-
HSV(B)200º22.41%94.51%-
XYZ62.7669.6993.36-
YUV214.29143.07108.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.73%
GREEN value IS 223 (87.5% from 255) = 34.25%
BLUE value IS 241 (94.53% from 255) = 37.02%
R=28.73%
G=34.25%
B=37.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872232410.220.0700.0520065.8583.92
HexBBDFF116705c84254
Octal27333736126705310102124
Binary1011101111011111111100011011011101011100100010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFF1; }

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

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

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

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

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

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

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

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