Html Css Color HEX #BCFD8B Sulu

📋 copy color: '#BCFD8B'

red 188 ◦ green 253 ◦ blue 139

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

Shades of Sulu #BCFD8B

Tints of Sulu #BCFD8B

RGB

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

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

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

R = 32.41%
G = 43.62%
B = 23.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#BCFD8B (or 0xBCFD8B) is known color: Sulu. HEX triplet: BC, FD and 8B. RGB value is (188,253,139). Sum of RGB (Red+Green+Blue) = 188+253+139=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFD8B is #430274. Grayscale: #DCDCDC. Windows color (decimal): -4391541 or 9174460. OLE color: 9174460.

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

Color convert

RGB 188 253 139 -
CMYK 0.26 0 0.45 0.01
HSL 94.21º 0.97% 0.77% -
HSV(B) 94.21º 0.45% 0.99% -
XYZ 60.52 82.81 37.22 -
YUV 220.57 81.97 104.77 -
System Red Green Blue C M Y K H S L
Decimal 188 253 139 0.26 0 0.45 0.01 94.21 0.97 0.77
Hex BC FD 8B 1A 0 2D 1 5E 61 4D
Octal 274 375 213 32 0 55 1 136 141 115
Binary 10111100 11111101 10001011 11010 0 101101 1 1011110 1100001 1001101

Color Harmonies of #BCFD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD8B

Black with #BCFD8B

Text Example


Text Example

White with #BCFD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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