Html Css Color HEX #BEDFDF Mabel

📋 copy color: '#BEDFDF'

red 190 ◦ green 223 ◦ blue 223

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

Shades of Mabel #BEDFDF

Tints of Mabel #BEDFDF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.06%

 BLUE value IS 223 (87.5% from 255) = 35.06%

R = 29.87%
G = 35.06%
B = 35.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEDFDF (or 0xBEDFDF) is known color: Mabel. HEX triplet: BE, DF and DF. RGB value is (190,223,223). Sum of RGB (Red+Green+Blue) = 190+223+223=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #BEDFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFDF is #412020. Grayscale: #D5D5D5. Windows color (decimal): -4268065 or 14671806. OLE color: 14671806.

HSL color Cylindrical-coordinate representation of color #BEDFDF: hue angle of 180º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFDF is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 223 223 -
CMYK 0.15 0 0 0.13
HSL 180º 0.34% 0.81% -
HSV(B) 180º 0.15% 0.87% -
XYZ 60.94 69.05 79.93 -
YUV 213.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 190 223 223 0.15 0 0 0.13 180 0.34 0.81
Hex BE DF DF F 0 0 D B4 22 51
Octal 276 337 337 17 0 0 15 264 42 121
Binary 10111110 11011111 11011111 1111 0 0 1101 10110100 100010 1010001

Color Harmonies of #BEDFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDFDF

Black with #BEDFDF

Text Example


Text Example

White with #BEDFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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