Html Css Color HEX #BFEDED Mabel

📋 copy color: '#BFEDED'

red 191 ◦ green 237 ◦ blue 237

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

Shades of Mabel #BFEDED

Tints of Mabel #BFEDED

RGB

 RED value IS 191 (75% from 255) = 28.72%

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

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

R = 28.72%
G = 35.64%
B = 35.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFEDED (or 0xBFEDED) is known color: Mabel. HEX triplet: BF, ED and ED. RGB value is (191,237,237). Sum of RGB (Red+Green+Blue) = 191+237+237=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #BFEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEDED is #401212. Grayscale: #DFDFDF. Windows color (decimal): -4198931 or 15592895. OLE color: 15592895.

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

Color convert

RGB 191 237 237 -
CMYK 0.19 0 0 0.07
HSL 180º 0.56% 0.84% -
HSV(B) 180º 0.19% 0.93% -
XYZ 67.06 77.76 91.6 -
YUV 223.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 191 237 237 0.19 0 0 0.07 180 0.56 0.84
Hex BF ED ED 13 0 0 7 B4 38 54
Octal 277 355 355 23 0 0 7 264 70 124
Binary 10111111 11101101 11101101 10011 0 0 111 10110100 111000 1010100

Color Harmonies of #BFEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEDED

Black with #BFEDED

Text Example


Text Example

White with #BFEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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