Html Css Color HEX #BCF883 Sulu

📋 copy color: '#BCF883'

red 188 ◦ green 248 ◦ blue 131

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

Shades of Sulu #BCF883

Tints of Sulu #BCF883

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.74%

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

R = 33.16%
G = 43.74%
B = 23.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#BCF883 (or 0xBCF883) is known color: Sulu. HEX triplet: BC, F8 and 83. RGB value is (188,248,131). Sum of RGB (Red+Green+Blue) = 188+248+131=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF883 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF883 is #43077C. Grayscale: #D9D9D9. Windows color (decimal): -4392829 or 8648892. OLE color: 8648892.

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

Color convert

RGB 188 248 131 -
CMYK 0.24 0 0.47 0.03
HSL 90.77º 0.89% 0.74% -
HSV(B) 90.77º 0.47% 0.97% -
XYZ 58.4 79.46 33.73 -
YUV 216.72 79.62 107.51 -
System Red Green Blue C M Y K H S L
Decimal 188 248 131 0.24 0 0.47 0.03 90.77 0.89 0.74
Hex BC F8 83 18 0 2F 3 5B 59 4A
Octal 274 370 203 30 0 57 3 133 131 112
Binary 10111100 11111000 10000011 11000 0 101111 11 1011011 1011001 1001010

Color Harmonies of #BCF883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF883

Black with #BCF883

Text Example


Text Example

White with #BCF883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF883; }

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

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

background-color css

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

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

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

border-color css

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

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

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