Html Css Color HEX #BCDA7E Sulu

📋 copy color: '#BCDA7E'

red 188 ◦ green 218 ◦ blue 126

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

Shades of Sulu #BCDA7E

Tints of Sulu #BCDA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.68%

R = 35.34%
G = 40.98%
B = 23.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#BCDA7E (or 0xBCDA7E) is known color: Sulu. HEX triplet: BC, DA and 7E. RGB value is (188,218,126). Sum of RGB (Red+Green+Blue) = 188+218+126=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA7E is #432581. Grayscale: #C6C6C6. Windows color (decimal): -4400514 or 8313532. OLE color: 8313532.

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

Color convert

RGB 188 218 126 -
CMYK 0.14 0 0.42 0.15
HSL 79.57º 0.55% 0.67% -
HSV(B) 79.57º 0.42% 0.85% -
XYZ 49.58 62.34 29.16 -
YUV 198.54 87.06 120.48 -
System Red Green Blue C M Y K H S L
Decimal 188 218 126 0.14 0 0.42 0.15 79.57 0.55 0.67
Hex BC DA 7E E 0 2A F 50 37 43
Octal 274 332 176 16 0 52 17 120 67 103
Binary 10111100 11011010 1111110 1110 0 101010 1111 1010000 110111 1000011

Color Harmonies of #BCDA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA7E

Black with #BCDA7E

Text Example


Text Example

White with #BCDA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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