Html Css Color HEX #BCF788 Sulu

📋 copy color: '#BCF788'

red 188 ◦ green 247 ◦ blue 136

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

Shades of Sulu #BCF788

Tints of Sulu #BCF788

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.26%

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

R = 32.92%
G = 43.26%
B = 23.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#BCF788 (or 0xBCF788) is known color: Sulu. HEX triplet: BC, F7 and 88. RGB value is (188,247,136). Sum of RGB (Red+Green+Blue) = 188+247+136=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF788 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF788 is #430877. Grayscale: #D9D9D9. Windows color (decimal): -4393080 or 8976316. OLE color: 8976316.

HSL color Cylindrical-coordinate representation of color #BCF788: hue angle of 91.89º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCF788 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 136 -
CMYK 0.24 0 0.45 0.03
HSL 91.89º 0.87% 0.75% -
HSV(B) 91.89º 0.45% 0.97% -
XYZ 58.44 78.99 35.46 -
YUV 216.71 82.45 107.53 -
System Red Green Blue C M Y K H S L
Decimal 188 247 136 0.24 0 0.45 0.03 91.89 0.87 0.75
Hex BC F7 88 18 0 2D 3 5C 57 4B
Octal 274 367 210 30 0 55 3 134 127 113
Binary 10111100 11110111 10001000 11000 0 101101 11 1011100 1010111 1001011

Color Harmonies of #BCF788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF788

Black with #BCF788

Text Example


Text Example

White with #BCF788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF788; }

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

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

background-color css

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

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

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

border-color css

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

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

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