#BBDFF2

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

Shades of Onahau #BBDFF2

Tints of Onahau #BBDFF2

Color information

#BBDFF2 (or 0xBBDFF2) is unknown color: approx Onahau. HEX triplet: BB, DF and F2. RGB value is (187,223,242). Sum of RGB (Red+Green+Blue) = 187+223+242=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBDFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFF2 is #44200D. Grayscale: #D6D6D6. Windows color (decimal): -4464654 or 15916987. OLE color: 15916987.

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

Color convert

RGB187223242-
CMYK0.230.0800.05
HSL200.73º67.9%84.12%-
HSV(B)200.73º22.73%94.9%-
XYZ62.9169.7594.15-
YUV214.4143.57108.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.68%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 242 (94.92% from 255) = 37.12%
R=28.68%
G=34.20%
B=37.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872232420.230.0800.05200.7367.984.12
HexBBDFF217805c94454
Octal273337362271005311104124
Binary10111011110111111111001010111100001011100100110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFF2; }

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

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

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

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

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

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

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

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