Html Css Color HEX #BDE48E Sulu

📋 copy color: '#BDE48E'

red 189 ◦ green 228 ◦ blue 142

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

Shades of Sulu #BDE48E

Tints of Sulu #BDE48E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.79%

 BLUE value IS 142 (55.86% from 255) = 25.4%

R = 33.81%
G = 40.79%
B = 25.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#BDE48E (or 0xBDE48E) is known color: Sulu. HEX triplet: BD, E4 and 8E. RGB value is (189,228,142). Sum of RGB (Red+Green+Blue) = 189+228+142=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE48E is #421B71. Grayscale: #CECECE. Windows color (decimal): -4332402 or 9364669. OLE color: 9364669.

HSL color Cylindrical-coordinate representation of color #BDE48E: hue angle of 87.21º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDE48E is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 228 142 -
CMYK 0.17 0 0.38 0.11
HSL 87.21º 0.61% 0.73% -
HSV(B) 87.21º 0.38% 0.89% -
XYZ 53.61 68.26 35.94 -
YUV 206.54 91.58 115.49 -
System Red Green Blue C M Y K H S L
Decimal 189 228 142 0.17 0 0.38 0.11 87.21 0.61 0.73
Hex BD E4 8E 11 0 26 B 57 3D 49
Octal 275 344 216 21 0 46 13 127 75 111
Binary 10111101 11100100 10001110 10001 0 100110 1011 1010111 111101 1001001

Color Harmonies of #BDE48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE48E

Black with #BDE48E

Text Example


Text Example

White with #BDE48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE48E; }

 p { color: rgb(189,228,142); }

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

background-color css

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

 a { background-color: rgb(189,228,142); }

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

border-color css

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

 span { border-color: rgb(189,228,142); }

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