Html Css Color HEX #BCFF85 Sulu

📋 copy color: '#BCFF85'

red 188 ◦ green 255 ◦ blue 133

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

Shades of Sulu #BCFF85

Tints of Sulu #BCFF85

RGB

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

 GREEN value IS 255 (100% from 255) = 44.27%

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

R = 32.64%
G = 44.27%
B = 23.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#BCFF85 (or 0xBCFF85) is known color: Sulu. HEX triplet: BC, FF and 85. RGB value is (188,255,133). Sum of RGB (Red+Green+Blue) = 188+255+133=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF85 is #43007A. Grayscale: #DDDDDD. Windows color (decimal): -4391035 or 8781756. OLE color: 8781756.

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

Color convert

RGB 188 255 133 -
CMYK 0.26 0 0.48 0
HSL 92.95º 1% 0.76% -
HSV(B) 92.95º 0.48% 1% -
XYZ 60.73 83.9 35.18 -
YUV 221.06 78.3 104.42 -
System Red Green Blue C M Y K H S L
Decimal 188 255 133 0.26 0 0.48 0 92.95 1 0.76
Hex BC FF 85 1A 0 30 0 5D 64 4C
Octal 274 377 205 32 0 60 0 135 144 114
Binary 10111100 11111111 10000101 11010 0 110000 0 1011101 1100100 1001100

Color Harmonies of #BCFF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF85

Black with #BCFF85

Text Example


Text Example

White with #BCFF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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