Html Css Color HEX #BDE17E Sulu

📋 copy color: '#BDE17E'

red 189 ◦ green 225 ◦ blue 126

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

Shades of Sulu #BDE17E

Tints of Sulu #BDE17E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.67%

 BLUE value IS 126 (49.61% from 255) = 23.33%

R = 35%
G = 41.67%
B = 23.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#BDE17E (or 0xBDE17E) is known color: Sulu. HEX triplet: BD, E1 and 7E. RGB value is (189,225,126). Sum of RGB (Red+Green+Blue) = 189+225+126=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE17E is #421E81. Grayscale: #CBCBCB. Windows color (decimal): -4333186 or 8315325. OLE color: 8315325.

HSL color Cylindrical-coordinate representation of color #BDE17E: hue angle of 81.82º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDE17E is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 126 -
CMYK 0.16 0 0.44 0.12
HSL 81.82º 0.62% 0.69% -
HSV(B) 81.82º 0.44% 0.88% -
XYZ 51.68 66.18 29.79 -
YUV 202.95 84.57 118.05 -
System Red Green Blue C M Y K H S L
Decimal 189 225 126 0.16 0 0.44 0.12 81.82 0.62 0.69
Hex BD E1 7E 10 0 2C C 52 3E 45
Octal 275 341 176 20 0 54 14 122 76 105
Binary 10111101 11100001 1111110 10000 0 101100 1100 1010010 111110 1000101

Color Harmonies of #BDE17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE17E

Black with #BDE17E

Text Example


Text Example

White with #BDE17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE17E; }

 p { color: rgb(189,225,126); }

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

background-color css

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

 a { background-color: rgb(189,225,126); }

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

border-color css

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

 span { border-color: rgb(189,225,126); }

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