Html Css Color HEX #BEEDEF Onahau

📋 copy color: '#BEEDEF'

red 190 ◦ green 237 ◦ blue 239

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

Shades of Onahau #BEEDEF

Tints of Onahau #BEEDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.89%

R = 28.53%
G = 35.59%
B = 35.89%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEEDEF (or 0xBEEDEF) is known color: Onahau. HEX triplet: BE, ED and EF. RGB value is (190,237,239). Sum of RGB (Red+Green+Blue) = 190+237+239=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEEDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEDEF is #411210. Grayscale: #DFDFDF. Windows color (decimal): -4264465 or 15723966. OLE color: 15723966.

HSL color Cylindrical-coordinate representation of color #BEEDEF: hue angle of 182.45º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEDEF is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 237 239 -
CMYK 0.21 0.01 0 0.06
HSL 182.45º 0.6% 0.84% -
HSV(B) 182.45º 0.21% 0.94% -
XYZ 67.1 77.75 93.13 -
YUV 223.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 190 237 239 0.21 0.01 0 0.06 182.45 0.6 0.84
Hex BE ED EF 15 1 0 6 B6 3C 54
Octal 276 355 357 25 1 0 6 266 74 124
Binary 10111110 11101101 11101111 10101 1 0 110 10110110 111100 1010100

Color Harmonies of #BEEDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEDEF

Black with #BEEDEF

Text Example


Text Example

White with #BEEDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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