Html Css Color HEX #BDEF86 Sulu

📋 copy color: '#BDEF86'

red 189 ◦ green 239 ◦ blue 134

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

Shades of Sulu #BDEF86

Tints of Sulu #BDEF86

RGB

 RED value IS 189 (74.22% from 255) = 33.63%

 GREEN value IS 239 (93.75% from 255) = 42.53%

 BLUE value IS 134 (52.73% from 255) = 23.84%

R = 33.63%
G = 42.53%
B = 23.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#BDEF86 (or 0xBDEF86) is known color: Sulu. HEX triplet: BD, EF and 86. RGB value is (189,239,134). Sum of RGB (Red+Green+Blue) = 189+239+134=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF86 is #421079. Grayscale: #D4D4D4. Windows color (decimal): -4329594 or 8843197. OLE color: 8843197.

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

Color convert

RGB 189 239 134 -
CMYK 0.21 0 0.44 0.06
HSL 88.57º 0.77% 0.73% -
HSV(B) 88.57º 0.44% 0.94% -
XYZ 56.16 74.27 33.93 -
YUV 212.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 189 239 134 0.21 0 0.44 0.06 88.57 0.77 0.73
Hex BD EF 86 15 0 2C 6 59 4D 49
Octal 275 357 206 25 0 54 6 131 115 111
Binary 10111101 11101111 10000110 10101 0 101100 110 1011001 1001101 1001001

Color Harmonies of #BDEF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF86

Black with #BDEF86

Text Example


Text Example

White with #BDEF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF86; }

 p { color: rgb(189,239,134); }

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

background-color css

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

 a { background-color: rgb(189,239,134); }

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

border-color css

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

 span { border-color: rgb(189,239,134); }

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