Html Css Color HEX #BCF18B Sulu

📋 copy color: '#BCF18B'

red 188 ◦ green 241 ◦ blue 139

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

Shades of Sulu #BCF18B

Tints of Sulu #BCF18B

RGB

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

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

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

R = 33.1%
G = 42.43%
B = 24.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#BCF18B (or 0xBCF18B) is known color: Sulu. HEX triplet: BC, F1 and 8B. RGB value is (188,241,139). Sum of RGB (Red+Green+Blue) = 188+241+139=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 139 (54.69% from 255 or 24.47% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF18B is #430E74. Grayscale: #D5D5D5. Windows color (decimal): -4394613 or 9171388. OLE color: 9171388.

HSL color Cylindrical-coordinate representation of color #BCF18B: hue angle of 91.18º degrees, saturation: 0.78, 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 #BCF18B is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 139 -
CMYK 0.22 0 0.42 0.05
HSL 91.18º 0.78% 0.75% -
HSV(B) 91.18º 0.42% 0.95% -
XYZ 56.85 75.47 36 -
YUV 213.53 85.94 109.79 -
System Red Green Blue C M Y K H S L
Decimal 188 241 139 0.22 0 0.42 0.05 91.18 0.78 0.75
Hex BC F1 8B 16 0 2A 5 5B 4E 4B
Octal 274 361 213 26 0 52 5 133 116 113
Binary 10111100 11110001 10001011 10110 0 101010 101 1011011 1001110 1001011

Color Harmonies of #BCF18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF18B

Black with #BCF18B

Text Example


Text Example

White with #BCF18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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