Html Css Color HEX #BDE685 Sulu

📋 copy color: '#BDE685'

red 189 ◦ green 230 ◦ blue 133

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

Shades of Sulu #BDE685

Tints of Sulu #BDE685

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.67%

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

R = 34.24%
G = 41.67%
B = 24.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#BDE685 (or 0xBDE685) is known color: Sulu. HEX triplet: BD, E6 and 85. RGB value is (189,230,133). Sum of RGB (Red+Green+Blue) = 189+230+133=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE685 is #42197A. Grayscale: #CFCFCF. Windows color (decimal): -4331899 or 8775357. OLE color: 8775357.

HSL color Cylindrical-coordinate representation of color #BDE685: hue angle of 85.36º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDE685 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 133 -
CMYK 0.18 0 0.42 0.10
HSL 85.36º 0.66% 0.71% -
HSV(B) 85.36º 0.42% 0.9% -
XYZ 53.52 69.11 32.71 -
YUV 206.68 86.42 115.39 -
System Red Green Blue C M Y K H S L
Decimal 189 230 133 0.18 0 0.42 0.10 85.36 0.66 0.71
Hex BD E6 85 12 0 2A A 55 42 47
Octal 275 346 205 22 0 52 12 125 102 107
Binary 10111101 11100110 10000101 10010 0 101010 1010 1010101 1000010 1000111

Color Harmonies of #BDE685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE685

Black with #BDE685

Text Example


Text Example

White with #BDE685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE685; }

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

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

background-color css

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

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

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

border-color css

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

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

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