Html Css Color HEX #BCFD85 Sulu

📋 copy color: '#BCFD85'

red 188 ◦ green 253 ◦ blue 133

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

Shades of Sulu #BCFD85

Tints of Sulu #BCFD85

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.08%

 BLUE value IS 133 (52.34% from 255) = 23.17%

R = 32.75%
G = 44.08%
B = 23.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#BCFD85 (or 0xBCFD85) is known color: Sulu. HEX triplet: BC, FD and 85. RGB value is (188,253,133). Sum of RGB (Red+Green+Blue) = 188+253+133=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFD85 is #43027A. Grayscale: #DCDCDC. Windows color (decimal): -4391547 or 8781244. OLE color: 8781244.

HSL color Cylindrical-coordinate representation of color #BCFD85: hue angle of 92.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCFD85 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 133 -
CMYK 0.26 0 0.47 0.01
HSL 92.5º 0.97% 0.76% -
HSV(B) 92.5º 0.47% 0.99% -
XYZ 60.1 82.64 34.97 -
YUV 219.89 78.97 105.26 -
System Red Green Blue C M Y K H S L
Decimal 188 253 133 0.26 0 0.47 0.01 92.5 0.97 0.76
Hex BC FD 85 1A 0 2F 1 5C 61 4C
Octal 274 375 205 32 0 57 1 134 141 114
Binary 10111100 11111101 10000101 11010 0 101111 1 1011100 1100001 1001100

Color Harmonies of #BCFD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD85

Black with #BCFD85

Text Example


Text Example

White with #BCFD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD85; }

 p { color: rgb(188,253,133); }

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

background-color css

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

 a { background-color: rgb(188,253,133); }

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

border-color css

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

 span { border-color: rgb(188,253,133); }

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