Html Css Color HEX #BCEA8F Sulu

📋 copy color: '#BCEA8F'

red 188 ◦ green 234 ◦ blue 143

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

Shades of Sulu #BCEA8F

Tints of Sulu #BCEA8F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.42%

 BLUE value IS 143 (56.25% from 255) = 25.31%

R = 33.27%
G = 41.42%
B = 25.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#BCEA8F (or 0xBCEA8F) is known color: Sulu. HEX triplet: BC, EA and 8F. RGB value is (188,234,143). Sum of RGB (Red+Green+Blue) = 188+234+143=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEA8F is #431570. Grayscale: #D2D2D2. Windows color (decimal): -4396401 or 9431740. OLE color: 9431740.

HSL color Cylindrical-coordinate representation of color #BCEA8F: hue angle of 90.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCEA8F is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 143 -
CMYK 0.20 0 0.39 0.08
HSL 90.33º 0.68% 0.74% -
HSV(B) 90.33º 0.39% 0.92% -
XYZ 55.12 71.52 36.89 -
YUV 209.87 90.26 112.4 -
System Red Green Blue C M Y K H S L
Decimal 188 234 143 0.20 0 0.39 0.08 90.33 0.68 0.74
Hex BC EA 8F 14 0 27 8 5A 44 4A
Octal 274 352 217 24 0 47 10 132 104 112
Binary 10111100 11101010 10001111 10100 0 100111 1000 1011010 1000100 1001010

Color Harmonies of #BCEA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA8F

Black with #BCEA8F

Text Example


Text Example

White with #BCEA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA8F; }

 p { color: rgb(188,234,143); }

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

background-color css

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

 a { background-color: rgb(188,234,143); }

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

border-color css

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

 span { border-color: rgb(188,234,143); }

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