Html Css Color HEX #BCF288 Sulu

📋 copy color: '#BCF288'

red 188 ◦ green 242 ◦ blue 136

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

Shades of Sulu #BCF288

Tints of Sulu #BCF288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.03%

R = 33.22%
G = 42.76%
B = 24.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#BCF288 (or 0xBCF288) is known color: Sulu. HEX triplet: BC, F2 and 88. RGB value is (188,242,136). Sum of RGB (Red+Green+Blue) = 188+242+136=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF288 is #430D77. Grayscale: #D6D6D6. Windows color (decimal): -4394360 or 8975036. OLE color: 8975036.

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

Color convert

RGB 188 242 136 -
CMYK 0.22 0 0.44 0.05
HSL 90.57º 0.8% 0.74% -
HSV(B) 90.57º 0.44% 0.95% -
XYZ 56.94 75.97 34.96 -
YUV 213.77 84.11 109.62 -
System Red Green Blue C M Y K H S L
Decimal 188 242 136 0.22 0 0.44 0.05 90.57 0.8 0.74
Hex BC F2 88 16 0 2C 5 5B 50 4A
Octal 274 362 210 26 0 54 5 133 120 112
Binary 10111100 11110010 10001000 10110 0 101100 101 1011011 1010000 1001010

Color Harmonies of #BCF288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF288

Black with #BCF288

Text Example


Text Example

White with #BCF288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF288; }

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

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

background-color css

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

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

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

border-color css

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

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

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