Html Css Color HEX #BDE28E Sulu

📋 copy color: '#BDE28E'

red 189 ◦ green 226 ◦ blue 142

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

Shades of Sulu #BDE28E

Tints of Sulu #BDE28E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.57%

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

R = 33.93%
G = 40.57%
B = 25.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#BDE28E (or 0xBDE28E) is known color: Sulu. HEX triplet: BD, E2 and 8E. RGB value is (189,226,142). Sum of RGB (Red+Green+Blue) = 189+226+142=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE28E is #421D71. Grayscale: #CDCDCD. Windows color (decimal): -4332914 or 9364157. OLE color: 9364157.

HSL color Cylindrical-coordinate representation of color #BDE28E: hue angle of 86.43º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDE28E is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 142 -
CMYK 0.16 0 0.37 0.11
HSL 86.43º 0.59% 0.72% -
HSV(B) 86.43º 0.37% 0.89% -
XYZ 53.07 67.16 35.76 -
YUV 205.36 92.24 116.33 -
System Red Green Blue C M Y K H S L
Decimal 189 226 142 0.16 0 0.37 0.11 86.43 0.59 0.72
Hex BD E2 8E 10 0 25 B 56 3B 48
Octal 275 342 216 20 0 45 13 126 73 110
Binary 10111101 11100010 10001110 10000 0 100101 1011 1010110 111011 1001000

Color Harmonies of #BDE28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE28E

Black with #BDE28E

Text Example


Text Example

White with #BDE28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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