Html Css Color HEX #BCF38D Sulu

📋 copy color: '#BCF38D'

red 188 ◦ green 243 ◦ blue 141

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

Shades of Sulu #BCF38D

Tints of Sulu #BCF38D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.48%

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

R = 32.87%
G = 42.48%
B = 24.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#BCF38D (or 0xBCF38D) is known color: Sulu. HEX triplet: BC, F3 and 8D. RGB value is (188,243,141). Sum of RGB (Red+Green+Blue) = 188+243+141=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF38D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF38D is #430C72. Grayscale: #D7D7D7. Windows color (decimal): -4394099 or 9302972. OLE color: 9302972.

HSL color Cylindrical-coordinate representation of color #BCF38D: hue angle of 92.35º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCF38D is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 141 -
CMYK 0.23 0 0.42 0.05
HSL 92.35º 0.81% 0.75% -
HSV(B) 92.35º 0.42% 0.95% -
XYZ 57.6 76.72 36.97 -
YUV 214.93 86.28 108.79 -
System Red Green Blue C M Y K H S L
Decimal 188 243 141 0.23 0 0.42 0.05 92.35 0.81 0.75
Hex BC F3 8D 17 0 2A 5 5C 51 4B
Octal 274 363 215 27 0 52 5 134 121 113
Binary 10111100 11110011 10001101 10111 0 101010 101 1011100 1010001 1001011

Color Harmonies of #BCF38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF38D

Black with #BCF38D

Text Example


Text Example

White with #BCF38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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