Html Css Color HEX #BCDB83 Sulu

📋 copy color: '#BCDB83'

red 188 ◦ green 219 ◦ blue 131

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

Shades of Sulu #BCDB83

Tints of Sulu #BCDB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.35%

R = 34.94%
G = 40.71%
B = 24.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#BCDB83 (or 0xBCDB83) is known color: Sulu. HEX triplet: BC, DB and 83. RGB value is (188,219,131). Sum of RGB (Red+Green+Blue) = 188+219+131=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 131 (51.56% from 255 or 24.35% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB83 is #43247C. Grayscale: #C8C8C8. Windows color (decimal): -4400253 or 8641468. OLE color: 8641468.

HSL color Cylindrical-coordinate representation of color #BCDB83: hue angle of 81.14º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCDB83 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 131 -
CMYK 0.14 0 0.40 0.14
HSL 81.14º 0.55% 0.69% -
HSV(B) 81.14º 0.4% 0.86% -
XYZ 50.17 62.99 30.99 -
YUV 199.7 89.23 119.66 -
System Red Green Blue C M Y K H S L
Decimal 188 219 131 0.14 0 0.40 0.14 81.14 0.55 0.69
Hex BC DB 83 E 0 28 E 51 37 45
Octal 274 333 203 16 0 50 16 121 67 105
Binary 10111100 11011011 10000011 1110 0 101000 1110 1010001 110111 1000101

Color Harmonies of #BCDB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB83

Black with #BCDB83

Text Example


Text Example

White with #BCDB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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