Html Css Color HEX #BCF683 Sulu

📋 copy color: '#BCF683'

red 188 ◦ green 246 ◦ blue 131

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

Shades of Sulu #BCF683

Tints of Sulu #BCF683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.19%

R = 33.27%
G = 43.54%
B = 23.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#BCF683 (or 0xBCF683) is known color: Sulu. HEX triplet: BC, F6 and 83. RGB value is (188,246,131). Sum of RGB (Red+Green+Blue) = 188+246+131=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 131 (51.56% from 255 or 23.19% from 565); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF683 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF683 is #43097C. Grayscale: #D7D7D7. Windows color (decimal): -4393341 or 8648380. OLE color: 8648380.

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

Color convert

RGB 188 246 131 -
CMYK 0.24 0 0.47 0.04
HSL 90.26º 0.86% 0.74% -
HSV(B) 90.26º 0.47% 0.96% -
XYZ 57.79 78.24 33.53 -
YUV 215.55 80.28 108.35 -
System Red Green Blue C M Y K H S L
Decimal 188 246 131 0.24 0 0.47 0.04 90.26 0.86 0.74
Hex BC F6 83 18 0 2F 4 5A 56 4A
Octal 274 366 203 30 0 57 4 132 126 112
Binary 10111100 11110110 10000011 11000 0 101111 100 1011010 1010110 1001010

Color Harmonies of #BCF683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF683

Black with #BCF683

Text Example


Text Example

White with #BCF683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF683; }

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

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

background-color css

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

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

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

border-color css

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

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

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