Html Css Color HEX #BCE68D Sulu

📋 copy color: '#BCE68D'

red 188 ◦ green 230 ◦ blue 141

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

Shades of Sulu #BCE68D

Tints of Sulu #BCE68D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.14%

 BLUE value IS 141 (55.47% from 255) = 25.22%

R = 33.63%
G = 41.14%
B = 25.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#BCE68D (or 0xBCE68D) is known color: Sulu. HEX triplet: BC, E6 and 8D. RGB value is (188,230,141). Sum of RGB (Red+Green+Blue) = 188+230+141=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 230 (90.23% from 255 or 41.14% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE68D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE68D is #431972. Grayscale: #CFCFCF. Windows color (decimal): -4397427 or 9299644. OLE color: 9299644.

HSL color Cylindrical-coordinate representation of color #BCE68D: hue angle of 88.31º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCE68D is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 141 -
CMYK 0.18 0 0.39 0.10
HSL 88.31º 0.64% 0.73% -
HSV(B) 88.31º 0.39% 0.9% -
XYZ 53.84 69.21 35.72 -
YUV 207.3 90.59 114.24 -
System Red Green Blue C M Y K H S L
Decimal 188 230 141 0.18 0 0.39 0.10 88.31 0.64 0.73
Hex BC E6 8D 12 0 27 A 58 40 49
Octal 274 346 215 22 0 47 12 130 100 111
Binary 10111100 11100110 10001101 10010 0 100111 1010 1011000 1000000 1001001

Color Harmonies of #BCE68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE68D

Black with #BCE68D

Text Example


Text Example

White with #BCE68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE68D; }

 p { color: rgb(188,230,141); }

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

background-color css

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

 a { background-color: rgb(188,230,141); }

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

border-color css

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

 span { border-color: rgb(188,230,141); }

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