Html Css Color HEX #BDDC8F Sulu

📋 copy color: '#BDDC8F'

red 189 ◦ green 220 ◦ blue 143

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

Shades of Sulu #BDDC8F

Tints of Sulu #BDDC8F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.86%

 BLUE value IS 143 (56.25% from 255) = 25.91%

R = 34.24%
G = 39.86%
B = 25.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#BDDC8F (or 0xBDDC8F) is known color: Sulu. HEX triplet: BD, DC and 8F. RGB value is (189,220,143). Sum of RGB (Red+Green+Blue) = 189+220+143=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDC8F is #422370. Grayscale: #CACACA. Windows color (decimal): -4334449 or 9428157. OLE color: 9428157.

HSL color Cylindrical-coordinate representation of color #BDDC8F: hue angle of 84.16º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDDC8F is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 143 -
CMYK 0.14 0 0.35 0.14
HSL 84.16º 0.52% 0.71% -
HSV(B) 84.16º 0.35% 0.86% -
XYZ 51.54 63.99 35.62 -
YUV 201.95 94.73 118.76 -
System Red Green Blue C M Y K H S L
Decimal 189 220 143 0.14 0 0.35 0.14 84.16 0.52 0.71
Hex BD DC 8F E 0 23 E 54 34 47
Octal 275 334 217 16 0 43 16 124 64 107
Binary 10111101 11011100 10001111 1110 0 100011 1110 1010100 110100 1000111

Color Harmonies of #BDDC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC8F

Black with #BDDC8F

Text Example


Text Example

White with #BDDC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC8F; }

 p { color: rgb(189,220,143); }

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

background-color css

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

 a { background-color: rgb(189,220,143); }

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

border-color css

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

 span { border-color: rgb(189,220,143); }

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