#BBDFE7

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

Shades of Onahau #BBDFE7

Tints of Onahau #BBDFE7

Color information

#BBDFE7 (or 0xBBDFE7) is unknown color: approx Onahau. HEX triplet: BB, DF and E7. RGB value is (187,223,231). Sum of RGB (Red+Green+Blue) = 187+223+231=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBDFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFE7 is #442018. Grayscale: #D5D5D5. Windows color (decimal): -4464665 or 15196091. OLE color: 15196091.

HSL color Cylindrical-coordinate representation of color #BBDFE7: hue angle of 190.91º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDFE7 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187223231-
CMYK0.190.0300.09
HSL190.91º47.83%81.96%-
HSV(B)190.91º19.05%90.59%-
XYZ61.3169.1185.71-
YUV213.15138.07109.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.17%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 231 (90.62% from 255) = 36.04%
R=29.17%
G=34.79%
B=36.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872232310.190.0300.09190.9147.8381.96
HexBBDFE713309bf3052
Octal27333734723301127760122
Binary101110111101111111100111100111101001101111111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFE7; }

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

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

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

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

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

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

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

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