Html Css Color HEX #BCFF8B Sulu

📋 copy color: '#BCFF8B'

red 188 ◦ green 255 ◦ blue 139

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

Shades of Sulu #BCFF8B

Tints of Sulu #BCFF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.88%

R = 32.3%
G = 43.81%
B = 23.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#BCFF8B (or 0xBCFF8B) is known color: Sulu. HEX triplet: BC, FF and 8B. RGB value is (188,255,139). Sum of RGB (Red+Green+Blue) = 188+255+139=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 139 (54.69% from 255 or 23.88% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF8B is #430074. Grayscale: #DEDEDE. Windows color (decimal): -4391029 or 9174972. OLE color: 9174972.

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

Color convert

RGB 188 255 139 -
CMYK 0.26 0 0.45 0
HSL 94.66º 1% 0.77% -
HSV(B) 94.66º 0.45% 1% -
XYZ 61.16 84.08 37.43 -
YUV 221.74 81.3 103.93 -
System Red Green Blue C M Y K H S L
Decimal 188 255 139 0.26 0 0.45 0 94.66 1 0.77
Hex BC FF 8B 1A 0 2D 0 5F 64 4D
Octal 274 377 213 32 0 55 0 137 144 115
Binary 10111100 11111111 10001011 11010 0 101101 0 1011111 1100100 1001101

Color Harmonies of #BCFF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF8B

Black with #BCFF8B

Text Example


Text Example

White with #BCFF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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