Html Css Color HEX #BEEDED Onahau

📋 copy color: '#BEEDED'

red 190 ◦ green 237 ◦ blue 237

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

Shades of Onahau #BEEDED

Tints of Onahau #BEEDED

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.69%

 BLUE value IS 237 (92.97% from 255) = 35.69%

R = 28.61%
G = 35.69%
B = 35.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEEDED (or 0xBEEDED) is known color: Onahau. HEX triplet: BE, ED and ED. RGB value is (190,237,237). Sum of RGB (Red+Green+Blue) = 190+237+237=664 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.61% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #BEEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEDED is #411212. Grayscale: #DEDEDE. Windows color (decimal): -4264467 or 15592894. OLE color: 15592894.

HSL color Cylindrical-coordinate representation of color #BEEDED: hue angle of 180º degrees, saturation: 0.57, 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 #BEEDED is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 237 237 -
CMYK 0.20 0 0 0.07
HSL 180º 0.57% 0.84% -
HSV(B) 180º 0.2% 0.93% -
XYZ 66.81 77.63 91.58 -
YUV 222.95 135.93 104.5 -
System Red Green Blue C M Y K H S L
Decimal 190 237 237 0.20 0 0 0.07 180 0.57 0.84
Hex BE ED ED 14 0 0 7 B4 39 54
Octal 276 355 355 24 0 0 7 264 71 124
Binary 10111110 11101101 11101101 10100 0 0 111 10110100 111001 1010100

Color Harmonies of #BEEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEDED

Black with #BEEDED

Text Example


Text Example

White with #BEEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEDED; }

 p { color: rgb(190,237,237); }

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

background-color css

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

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

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

border-color css

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

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

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