Html Css Color HEX #BCF28B Sulu

📋 copy color: '#BCF28B'

red 188 ◦ green 242 ◦ blue 139

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

Shades of Sulu #BCF28B

Tints of Sulu #BCF28B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.53%

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

R = 33.04%
G = 42.53%
B = 24.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#BCF28B (or 0xBCF28B) is known color: Sulu. HEX triplet: BC, F2 and 8B. RGB value is (188,242,139). Sum of RGB (Red+Green+Blue) = 188+242+139=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 139 (54.69% from 255 or 24.43% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF28B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF28B is #430D74. Grayscale: #D6D6D6. Windows color (decimal): -4394357 or 9171644. OLE color: 9171644.

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

Color convert

RGB 188 242 139 -
CMYK 0.22 0 0.43 0.05
HSL 91.46º 0.8% 0.75% -
HSV(B) 91.46º 0.43% 0.95% -
XYZ 57.15 76.06 36.09 -
YUV 214.11 85.61 109.38 -
System Red Green Blue C M Y K H S L
Decimal 188 242 139 0.22 0 0.43 0.05 91.46 0.8 0.75
Hex BC F2 8B 16 0 2B 5 5B 50 4B
Octal 274 362 213 26 0 53 5 133 120 113
Binary 10111100 11110010 10001011 10110 0 101011 101 1011011 1010000 1001011

Color Harmonies of #BCF28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF28B

Black with #BCF28B

Text Example


Text Example

White with #BCF28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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