Html Css Color HEX #BCDA8C Sulu

📋 copy color: '#BCDA8C'

red 188 ◦ green 218 ◦ blue 140

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

Shades of Sulu #BCDA8C

Tints of Sulu #BCDA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.64%

R = 34.43%
G = 39.93%
B = 25.64%

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

#BCDA8C (or 0xBCDA8C) is known color: Sulu. HEX triplet: BC, DA and 8C. RGB value is (188,218,140). Sum of RGB (Red+Green+Blue) = 188+218+140=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA8C is #432573. Grayscale: #C8C8C8. Windows color (decimal): -4400500 or 9231036. OLE color: 9231036.

HSL color Cylindrical-coordinate representation of color #BCDA8C: hue angle of 83.08º degrees, saturation: 0.51, 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 #BCDA8C is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 140 -
CMYK 0.14 0 0.36 0.15
HSL 83.08º 0.51% 0.7% -
HSV(B) 83.08º 0.36% 0.85% -
XYZ 50.54 62.73 34.25 -
YUV 200.14 94.06 119.34 -
System Red Green Blue C M Y K H S L
Decimal 188 218 140 0.14 0 0.36 0.15 83.08 0.51 0.7
Hex BC DA 8C E 0 24 F 53 33 46
Octal 274 332 214 16 0 44 17 123 63 106
Binary 10111100 11011010 10001100 1110 0 100100 1111 1010011 110011 1000110

Color Harmonies of #BCDA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA8C

Black with #BCDA8C

Text Example


Text Example

White with #BCDA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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