Html Css Color HEX #BCF690 Sulu

📋 copy color: '#BCF690'

red 188 ◦ green 246 ◦ blue 144

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

Shades of Sulu #BCF690

Tints of Sulu #BCF690

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.56%

 BLUE value IS 144 (56.64% from 255) = 24.91%

R = 32.53%
G = 42.56%
B = 24.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#BCF690 (or 0xBCF690) is known color: Sulu. HEX triplet: BC, F6 and 90. RGB value is (188,246,144). Sum of RGB (Red+Green+Blue) = 188+246+144=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF690 is #43096F. Grayscale: #D9D9D9. Windows color (decimal): -4393328 or 9500348. OLE color: 9500348.

HSL color Cylindrical-coordinate representation of color #BCF690: hue angle of 94.12º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCF690 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 144 -
CMYK 0.24 0 0.41 0.04
HSL 94.12º 0.85% 0.76% -
HSV(B) 94.12º 0.41% 0.96% -
XYZ 58.73 78.62 38.46 -
YUV 217.03 86.78 107.29 -
System Red Green Blue C M Y K H S L
Decimal 188 246 144 0.24 0 0.41 0.04 94.12 0.85 0.76
Hex BC F6 90 18 0 29 4 5E 55 4C
Octal 274 366 220 30 0 51 4 136 125 114
Binary 10111100 11110110 10010000 11000 0 101001 100 1011110 1010101 1001100

Color Harmonies of #BCF690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF690

Black with #BCF690

Text Example


Text Example

White with #BCF690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF690; }

 p { color: rgb(188,246,144); }

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

background-color css

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

 a { background-color: rgb(188,246,144); }

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

border-color css

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

 span { border-color: rgb(188,246,144); }

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