Html Css Color HEX #BCDB8B Sulu

📋 copy color: '#BCDB8B'

red 188 ◦ green 219 ◦ blue 139

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

Shades of Sulu #BCDB8B

Tints of Sulu #BCDB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.46%

R = 34.43%
G = 40.11%
B = 25.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#BCDB8B (or 0xBCDB8B) is known color: Sulu. HEX triplet: BC, DB and 8B. RGB value is (188,219,139). Sum of RGB (Red+Green+Blue) = 188+219+139=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB8B is #432474. Grayscale: #C8C8C8. Windows color (decimal): -4400245 or 9165756. OLE color: 9165756.

HSL color Cylindrical-coordinate representation of color #BCDB8B: hue angle of 83.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCDB8B is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 139 -
CMYK 0.14 0 0.37 0.14
HSL 83.25º 0.53% 0.7% -
HSV(B) 83.25º 0.37% 0.86% -
XYZ 50.73 63.22 33.95 -
YUV 200.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 188 219 139 0.14 0 0.37 0.14 83.25 0.53 0.7
Hex BC DB 8B E 0 25 E 53 35 46
Octal 274 333 213 16 0 45 16 123 65 106
Binary 10111100 11011011 10001011 1110 0 100101 1110 1010011 110101 1000110

Color Harmonies of #BCDB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB8B

Black with #BCDB8B

Text Example


Text Example

White with #BCDB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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