Html Css Color HEX #BCD683 Sulu

📋 copy color: '#BCD683'

red 188 ◦ green 214 ◦ blue 131

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

Shades of Sulu #BCD683

Tints of Sulu #BCD683

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.15%

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

R = 35.27%
G = 40.15%
B = 24.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#BCD683 (or 0xBCD683) is known color: Sulu. HEX triplet: BC, D6 and 83. RGB value is (188,214,131). Sum of RGB (Red+Green+Blue) = 188+214+131=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD683 is #43297C. Grayscale: #C5C5C5. Windows color (decimal): -4401533 or 8640188. OLE color: 8640188.

HSL color Cylindrical-coordinate representation of color #BCD683: hue angle of 78.8º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCD683 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 131 -
CMYK 0.12 0 0.39 0.16
HSL 78.8º 0.5% 0.68% -
HSV(B) 78.8º 0.39% 0.84% -
XYZ 48.88 60.42 30.56 -
YUV 196.76 90.89 121.75 -
System Red Green Blue C M Y K H S L
Decimal 188 214 131 0.12 0 0.39 0.16 78.8 0.5 0.68
Hex BC D6 83 C 0 27 10 4F 32 44
Octal 274 326 203 14 0 47 20 117 62 104
Binary 10111100 11010110 10000011 1100 0 100111 10000 1001111 110010 1000100

Color Harmonies of #BCD683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD683

Black with #BCD683

Text Example


Text Example

White with #BCD683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD683; }

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

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

background-color css

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

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

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

border-color css

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

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

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