Html Css Color HEX #BDE885 Sulu

📋 copy color: '#BDE885'

red 189 ◦ green 232 ◦ blue 133

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

Shades of Sulu #BDE885

Tints of Sulu #BDE885

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.88%

 BLUE value IS 133 (52.34% from 255) = 24.01%

R = 34.12%
G = 41.88%
B = 24.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#BDE885 (or 0xBDE885) is known color: Sulu. HEX triplet: BD, E8 and 85. RGB value is (189,232,133). Sum of RGB (Red+Green+Blue) = 189+232+133=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 232 (91.02% from 255 or 41.88% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE885 is #42177A. Grayscale: #D0D0D0. Windows color (decimal): -4331387 or 8775869. OLE color: 8775869.

HSL color Cylindrical-coordinate representation of color #BDE885: hue angle of 86.06º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDE885 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 133 -
CMYK 0.19 0 0.43 0.09
HSL 86.06º 0.68% 0.72% -
HSV(B) 86.06º 0.43% 0.91% -
XYZ 54.08 70.23 32.9 -
YUV 207.86 85.75 114.55 -
System Red Green Blue C M Y K H S L
Decimal 189 232 133 0.19 0 0.43 0.09 86.06 0.68 0.72
Hex BD E8 85 13 0 2B 9 56 44 48
Octal 275 350 205 23 0 53 11 126 104 110
Binary 10111101 11101000 10000101 10011 0 101011 1001 1010110 1000100 1001000

Color Harmonies of #BDE885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE885

Black with #BDE885

Text Example


Text Example

White with #BDE885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE885; }

 p { color: rgb(189,232,133); }

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

background-color css

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

 a { background-color: rgb(189,232,133); }

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

border-color css

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

 span { border-color: rgb(189,232,133); }

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