Html Css Color HEX #BCDA88 Sulu

📋 copy color: '#BCDA88'

red 188 ◦ green 218 ◦ blue 136

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

Shades of Sulu #BCDA88

Tints of Sulu #BCDA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.09%

R = 34.69%
G = 40.22%
B = 25.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#BCDA88 (or 0xBCDA88) is known color: Sulu. HEX triplet: BC, DA and 88. RGB value is (188,218,136). Sum of RGB (Red+Green+Blue) = 188+218+136=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA88 is #432577. Grayscale: #C7C7C7. Windows color (decimal): -4400504 or 8968892. OLE color: 8968892.

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

Color convert

RGB 188 218 136 -
CMYK 0.14 0 0.38 0.15
HSL 81.95º 0.53% 0.69% -
HSV(B) 81.95º 0.38% 0.85% -
XYZ 50.25 62.61 32.73 -
YUV 199.68 92.06 119.67 -
System Red Green Blue C M Y K H S L
Decimal 188 218 136 0.14 0 0.38 0.15 81.95 0.53 0.69
Hex BC DA 88 E 0 26 F 52 35 45
Octal 274 332 210 16 0 46 17 122 65 105
Binary 10111100 11011010 10001000 1110 0 100110 1111 1010010 110101 1000101

Color Harmonies of #BCDA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA88

Black with #BCDA88

Text Example


Text Example

White with #BCDA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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