Html Css Color HEX #BEDDEC Onahau

📋 copy color: '#BEDDEC'

red 190 ◦ green 221 ◦ blue 236

#BEDDEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #BEDDEC

Tints of Onahau #BEDDEC

RGB

 RED value IS 190 (74.61% from 255) = 29.37%

 GREEN value IS 221 (86.72% from 255) = 34.16%

 BLUE value IS 236 (92.58% from 255) = 36.48%

R = 29.37%
G = 34.16%
B = 36.48%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEDDEC (or 0xBEDDEC) is known color: Onahau. HEX triplet: BE, DD and EC. RGB value is (190,221,236). Sum of RGB (Red+Green+Blue) = 190+221+236=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEDDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDDEC is #412213. Grayscale: #D5D5D5. Windows color (decimal): -4268564 or 15523262. OLE color: 15523262.

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

Color convert

RGB 190 221 236 -
CMYK 0.19 0.06 0 0.07
HSL 199.57º 0.55% 0.84% -
HSV(B) 199.57º 0.19% 0.93% -
XYZ 62.23 68.72 89.34 -
YUV 213.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 190 221 236 0.19 0.06 0 0.07 199.57 0.55 0.84
Hex BE DD EC 13 6 0 7 C8 37 54
Octal 276 335 354 23 6 0 7 310 67 124
Binary 10111110 11011101 11101100 10011 110 0 111 11001000 110111 1010100

Color Harmonies of #BEDDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDDEC

Black with #BEDDEC

Text Example


Text Example

White with #BEDDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDDEC; }

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

 H1.HeaderClassName
 {
   color: #BEDDEC;
 }
 .AnyTagClassName
 {
   color: #BEDDEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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