Html Css Color HEX #BCDB8D Sulu

📋 copy color: '#BCDB8D'

red 188 ◦ green 219 ◦ blue 141

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

Shades of Sulu #BCDB8D

Tints of Sulu #BCDB8D

RGB

 RED value IS 188 (73.83% from 255) = 34.31%

 GREEN value IS 219 (85.94% from 255) = 39.96%

 BLUE value IS 141 (55.47% from 255) = 25.73%

R = 34.31%
G = 39.96%
B = 25.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#BCDB8D (or 0xBCDB8D) is known color: Sulu. HEX triplet: BC, DB and 8D. RGB value is (188,219,141). Sum of RGB (Red+Green+Blue) = 188+219+141=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB8D is #432472. Grayscale: #C9C9C9. Windows color (decimal): -4400243 or 9296828. OLE color: 9296828.

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

Color convert

RGB 188 219 141 -
CMYK 0.14 0 0.36 0.14
HSL 83.85º 0.52% 0.71% -
HSV(B) 83.85º 0.36% 0.86% -
XYZ 50.88 63.28 34.73 -
YUV 200.84 94.23 118.84 -
System Red Green Blue C M Y K H S L
Decimal 188 219 141 0.14 0 0.36 0.14 83.85 0.52 0.71
Hex BC DB 8D E 0 24 E 54 34 47
Octal 274 333 215 16 0 44 16 124 64 107
Binary 10111100 11011011 10001101 1110 0 100100 1110 1010100 110100 1000111

Color Harmonies of #BCDB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB8D

Black with #BCDB8D

Text Example


Text Example

White with #BCDB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB8D; }

 p { color: rgb(188,219,141); }

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

background-color css

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

 a { background-color: rgb(188,219,141); }

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

border-color css

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

 span { border-color: rgb(188,219,141); }

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