#BEDBE4

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

Shades of Onahau #BEDBE4

Tints of Onahau #BEDBE4

Color information

#BEDBE4 (or 0xBEDBE4) is unknown color: approx Onahau. HEX triplet: BE, DB and E4. RGB value is (190,219,228). Sum of RGB (Red+Green+Blue) = 190+219+228=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 228 - color contains mainly: blue. Hex color #BEDBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBE4 is #41241B. Grayscale: #D3D3D3. Windows color (decimal): -4269084 or 14998462. OLE color: 14998462.

HSL color Cylindrical-coordinate representation of color #BEDBE4: hue angle of 194.21º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEDBE4 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190219228-
CMYK0.170.0400.11
HSL194.21º41.3%81.96%-
HSV(B)194.21º16.67%89.41%-
XYZ60.5767.2183.18-
YUV211.36137.39112.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.83%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 228 (89.45% from 255) = 35.79%
R=29.83%
G=34.38%
B=35.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902192280.170.0400.11194.2141.381.96
HexBEDBE41140Bc22952
Octal27633334421401330251122
Binary1011111011011011111001001000110001011110000101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBE4; }

 p { color: rgb(190,219,228); }

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

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

 a { background-color: rgb(190,219,228); }

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

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

 span { border-color: rgb(190,219,228); }

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