Html Css Color HEX #BFEBEB Mabel

📋 copy color: '#BFEBEB'

red 191 ◦ green 235 ◦ blue 235

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

Shades of Mabel #BFEBEB

Tints of Mabel #BFEBEB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.55%

 BLUE value IS 235 (92.19% from 255) = 35.55%

R = 28.9%
G = 35.55%
B = 35.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFEBEB (or 0xBFEBEB) is known color: Mabel. HEX triplet: BF, EB and EB. RGB value is (191,235,235). Sum of RGB (Red+Green+Blue) = 191+235+235=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #BFEBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEBEB is #401414. Grayscale: #DDDDDD. Windows color (decimal): -4199445 or 15461311. OLE color: 15461311.

HSL color Cylindrical-coordinate representation of color #BFEBEB: hue angle of 180º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBEB is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 235 -
CMYK 0.19 0 0 0.08
HSL 180º 0.52% 0.84% -
HSV(B) 180º 0.19% 0.92% -
XYZ 66.19 76.49 89.87 -
YUV 221.84 135.42 106 -
System Red Green Blue C M Y K H S L
Decimal 191 235 235 0.19 0 0 0.08 180 0.52 0.84
Hex BF EB EB 13 0 0 8 B4 34 54
Octal 277 353 353 23 0 0 10 264 64 124
Binary 10111111 11101011 11101011 10011 0 0 1000 10110100 110100 1010100

Color Harmonies of #BFEBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEBEB

Black with #BFEBEB

Text Example


Text Example

White with #BFEBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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