#BFDDEB

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

Shades of Onahau #BFDDEB

Tints of Onahau #BFDDEB

Color information

#BFDDEB (or 0xBFDDEB) is unknown color: approx Onahau. HEX triplet: BF, DD and EB. RGB value is (191,221,235). Sum of RGB (Red+Green+Blue) = 191+221+235=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFDDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDEB is #402214. Grayscale: #D5D5D5. Windows color (decimal): -4203029 or 15457727. OLE color: 15457727.

HSL color Cylindrical-coordinate representation of color #BFDDEB: hue angle of 199.09º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDDEB is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191221235-
CMYK0.190.0600.08
HSL199.09º52.38%83.53%-
HSV(B)199.09º18.72%92.16%-
XYZ62.3468.7988.59-
YUV213.63140.06111.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.52%
GREEN value IS 221 (86.72% from 255) = 34.16%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=29.52%
G=34.16%
B=36.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912212350.190.0600.08199.0952.3883.53
HexBFDDEB13608c73454
Octal27733535323601030764124
Binary1011111111011101111010111001111001000110001111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDEB; }

 p { color: rgb(191,221,235); }

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

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

 a { background-color: rgb(191,221,235); }

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

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

 span { border-color: rgb(191,221,235); }

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