#BEDDEE

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

Shades of Onahau #BEDDEE

Tints of Onahau #BEDDEE

Color information

#BEDDEE (or 0xBEDDEE) is unknown color: approx Onahau. HEX triplet: BE, DD and EE. RGB value is (190,221,238). Sum of RGB (Red+Green+Blue) = 190+221+238=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDDEE is #412211. Grayscale: #D5D5D5. Windows color (decimal): -4268562 or 15654334. OLE color: 15654334.

HSL color Cylindrical-coordinate representation of color #BEDDEE: hue angle of 201.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEDDEE is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190221238-
CMYK0.200.0700.07
HSL201.25º58.54%83.92%-
HSV(B)201.25º20.17%93.33%-
XYZ62.5268.8390.88-
YUV213.67141.73111.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.28%
GREEN value IS 221 (86.72% from 255) = 34.05%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=29.28%
G=34.05%
B=36.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902212380.200.0700.07201.2558.5483.92
HexBEDDEE14707c93b54
Octal2763353562470731173124
Binary101111101101110111101110101001110111110010011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDEE; }

 p { color: rgb(190,221,238); }

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

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

 a { background-color: rgb(190,221,238); }

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

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

 span { border-color: rgb(190,221,238); }

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