Html Css Color HEX #BCDA8B Sulu

📋 copy color: '#BCDA8B'

red 188 ◦ green 218 ◦ blue 139

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

Shades of Sulu #BCDA8B

Tints of Sulu #BCDA8B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40%

 BLUE value IS 139 (54.69% from 255) = 25.5%

R = 34.5%
G = 40%
B = 25.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#BCDA8B (or 0xBCDA8B) is known color: Sulu. HEX triplet: BC, DA and 8B. RGB value is (188,218,139). Sum of RGB (Red+Green+Blue) = 188+218+139=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA8B is #432574. Grayscale: #C8C8C8. Windows color (decimal): -4400501 or 9165500. OLE color: 9165500.

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

Color convert

RGB 188 218 139 -
CMYK 0.14 0 0.36 0.15
HSL 82.78º 0.52% 0.7% -
HSV(B) 82.78º 0.36% 0.85% -
XYZ 50.47 62.7 33.87 -
YUV 200.02 93.56 119.42 -
System Red Green Blue C M Y K H S L
Decimal 188 218 139 0.14 0 0.36 0.15 82.78 0.52 0.7
Hex BC DA 8B E 0 24 F 53 34 46
Octal 274 332 213 16 0 44 17 123 64 106
Binary 10111100 11011010 10001011 1110 0 100100 1111 1010011 110100 1000110

Color Harmonies of #BCDA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA8B

Black with #BCDA8B

Text Example


Text Example

White with #BCDA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA8B; }

 p { color: rgb(188,218,139); }

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

background-color css

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

 a { background-color: rgb(188,218,139); }

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

border-color css

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

 span { border-color: rgb(188,218,139); }

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