Html Css Color HEX #BCF18D Sulu

📋 copy color: '#BCF18D'

red 188 ◦ green 241 ◦ blue 141

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

Shades of Sulu #BCF18D

Tints of Sulu #BCF18D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.28%

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

R = 32.98%
G = 42.28%
B = 24.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#BCF18D (or 0xBCF18D) is known color: Sulu. HEX triplet: BC, F1 and 8D. RGB value is (188,241,141). Sum of RGB (Red+Green+Blue) = 188+241+141=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF18D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF18D is #430E72. Grayscale: #D6D6D6. Windows color (decimal): -4394611 or 9302460. OLE color: 9302460.

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

Color convert

RGB 188 241 141 -
CMYK 0.22 0 0.41 0.05
HSL 91.8º 0.78% 0.75% -
HSV(B) 91.8º 0.41% 0.95% -
XYZ 57 75.53 36.77 -
YUV 213.75 86.94 109.63 -
System Red Green Blue C M Y K H S L
Decimal 188 241 141 0.22 0 0.41 0.05 91.8 0.78 0.75
Hex BC F1 8D 16 0 29 5 5C 4E 4B
Octal 274 361 215 26 0 51 5 134 116 113
Binary 10111100 11110001 10001101 10110 0 101001 101 1011100 1001110 1001011

Color Harmonies of #BCF18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF18D

Black with #BCF18D

Text Example


Text Example

White with #BCF18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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