#BBDFF3

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

Shades of Onahau #BBDFF3

Tints of Onahau #BBDFF3

Color information

#BBDFF3 (or 0xBBDFF3) is unknown color: approx Onahau. HEX triplet: BB, DF and F3. RGB value is (187,223,243). Sum of RGB (Red+Green+Blue) = 187+223+243=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBDFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFF3 is #44200C. Grayscale: #D6D6D6. Windows color (decimal): -4464653 or 15982523. OLE color: 15982523.

HSL color Cylindrical-coordinate representation of color #BBDFF3: hue angle of 201.43º degrees, saturation: 0.7, 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 #BBDFF3 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187223243-
CMYK0.230.0800.05
HSL201.43º70%84.31%-
HSV(B)201.43º23.05%95.29%-
XYZ63.0669.8194.95-
YUV214.52144.07108.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.64%
GREEN value IS 223 (87.5% from 255) = 34.15%
BLUE value IS 243 (95.31% from 255) = 37.21%
R=28.64%
G=34.15%
B=37.21%

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
Decimal1872232430.230.0800.05201.437084.31
HexBBDFF317805c94654
Octal273337363271005311106124
Binary10111011110111111111001110111100001011100100110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFF3; }

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

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

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

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

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

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

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

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